saudade/supernova/index.html

24 lines
489 B
HTML
Raw Normal View History

2023-06-14 22:10:06 -07:00
<!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">
2023-06-14 22:10:06 -07:00
<!-- archive menu -->
<script src="/menu.js?@root" type="module"></script>
2023-06-14 22:10:06 -07:00
<!-- polyfills -->
<script src="/polyfills.js?@root" type="module"></script>
2023-06-14 22:10:06 -07:00
</head>
<body>
<a href="/test">test</a>
2023-06-14 22:10:06 -07:00
</body>
</html>