saudade/supernova/index.html

24 lines
500 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>
<!-- -->
2023-07-07 16:02:16 -07:00
<link rel="stylesheet" href="/supernova/supernova.css">
2023-06-14 22:10:06 -07:00
<!-- archive menu -->
2023-07-07 16:02:16 -07:00
<script src="/menu.js" type="module"></script>
2023-06-14 22:10:06 -07:00
<!-- polyfills -->
2023-07-07 16:02:16 -07:00
<script src="/polyfills.js" type="module"></script>
2023-06-14 22:10:06 -07:00
</head>
<body>
2023-07-07 16:02:16 -07:00
<a href="/vpz_research/test">test</a>
2023-06-14 22:10:06 -07:00
</body>
</html>