generated from shgysk8zer0/npm-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 899 Bytes
/
index.html
File metadata and controls
34 lines (34 loc) · 899 Bytes
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
31
32
33
34
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Test</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="color-scheme" content="light dark" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any" />
<script type="importmap" integrity="{{ INTEGRITY }}">{{ IMPORTMAP }}</script>
<script src="{{ POLYFILLS }}" referrerpolicy="no-referrer" crossorigin="anonymous" defer=""></script>
</head>
<body>
<header id="header">
<h1>Hello, World!</h1>
</header>
<nav id="nav"></nav>
<main id="main">
<details>
<summary>Request</summary>
<pre>
<code>{{ REQUEST }}</code>
</pre>
</details>
<details>
<summary>Context</summary>
<pre>
<code>{{ CONTEXT }}</code>
</pre>
</details>
</main>
<aside id="sidebar"></aside>
<footer id="footer"></footer>
</body>
</html>