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
22 lines (22 loc) · 879 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="color-scheme" content="light dark" />
<title>Aegis Test</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any" />
<script type="importmap" integrity="{{ INTEGRITY }}">{{ IMPORTMAP }}</script>
<script type="application/javascript" defer="" referrerpolicy="no-referrer" fetchpriority="high" src="/node_modules/@shgysk8zer0/polyfills/browser.min.js"></script>
<script type="module" referrerpolicy="no-referrer" src="/test/index.js" data-aegis-event-on-load="aegis:debug:log" data-aegis-event-once=""></script>
</head>
<body>
<template id="tmp">
<div class="container">
<dad-joke></dad-joke>
<p>Lorem Ipsum & all that...</p>
Free text...
</div>
</template>
</body>
</html>