24 lines
497 B
HTML
24 lines
497 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/supernova.css">
|
||
|
|
||
|
<!-- archive menu -->
|
||
|
<script src="/menu.js" type="module"></script>
|
||
|
|
||
|
<!-- polyfills -->
|
||
|
<script src="/polyfills.js" type="module"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="/supernova/test">test</a>
|
||
|
|
||
|
</body>
|
||
|
</html>
|