saudade/supernova/supernova.html

20 lines
447 B
HTML
Raw Normal View History

2023-12-10 20:37:03 -08:00
<!doctype html>
2023-06-14 22:10:06 -07:00
<html lang="en">
2023-12-10 20:37:03 -08:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-06-14 22:10:06 -07:00
2023-12-10 20:37:03 -08:00
<!-- from source -->
<title>Supernova</title>
<!-- -->
2023-06-14 22:10:06 -07:00
2023-12-10 20:37:03 -08:00
<link rel="stylesheet" href="/supernova.css" />
2023-12-10 20:37:03 -08:00
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<module href="/includes/test.html"></module>
</body>
2023-06-14 22:10:06 -07:00
</html>