-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path404.html
26 lines (25 loc) · 1018 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en" style="width:100%;height:100%;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Not found - Browsercraft</title>
<script src="https://cjrtnc.leaningtech.com/3_20231218_321/cj3loader.js"></script>
<script defer data-domain="browsercraft.cheerpj.com" src="https://plausible.leaningtech.com/js/script.js"></script>
<link rel="stylesheet" href="style.css">
<meta name="description" content="Open-source port of Minecraft to the web. Play Minecraft in your browser!">
<meta property="og:title" content="Browsercraft">
<meta property="og:description" content="Open-source port of Minecraft to the web. Play Minecraft in your browser!">
<meta property="og:url" content="https://browsercraft.cheerpj.com">
</head>
<body>
<main>
<h1>
Not found
</h1>
<p>
This page was not found. Try going back to the <a href="/">homepage</a>.
</p>
</main>
</body>
</html>