23 lines
508 B
HTML
23 lines
508 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<!-- from source -->
|
||
|
<title>Supernova</title>
|
||
|
<!-- -->
|
||
|
|
||
|
<link rel="stylesheet" href="/supernova.css">
|
||
|
|
||
|
<!-- archive menu -->
|
||
|
<script src="/menu.js?@root" type="module"></script>
|
||
|
|
||
|
<!-- polyfills -->
|
||
|
<script src="/polyfills.js?@root" type="module"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<module href="/includes/test.html"></module>
|
||
|
</body>
|
||
|
</html>
|