fedidisplay/index.html
jacob 761b521d7e added Header and Footer files for easier configurations
added singlefile plugin for npm build
updated styling for all components, added dark mode
updated README
2023-12-21 21:31:13 -05:00

13 lines
323 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Post Archive for @jake@jacobhaddon.com</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>