-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.18 KB
/
index.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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link data-trunk rel="rust" data-type="main" href="." data-wasm-opt="z" />
<link data-trunk rel="rust" data-type="worker" href="automation-worker" data-wasm-opt="z" />
<link data-trunk rel="css" href="styles.css" data-inline />
<link data-trunk rel="copy-dir" href="public" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/light.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/shoelace-autoloader.js"></script>
<title>Minesweep Automated</title>
</head>
<body>
<main id="root">
<div id="loading">
<h1>Loading</h1>
<noscript>
<a href="https://www.enablejavascript.io/" target="_blank" class="link">
<p>JavaScript required.</p>
<p>Click here for instructions how to enable JavaScript.</p>
</a>
</noscript>
</div>
<a href="https://github.com/NKID00" target="_blank" id="footer" class="link">
<p>© 2024 NKID00, under AGPL-3.0-or-later</p>
</a>
</main>
</body>
</html>