mackenzii/projects/frontend/index.html
Lightling fbaf68087e
tweaks to get builds going
- update favicon path (currently hardcoded for now)
- comment out broken thumbnail in articles
- add commands to root package.json
2024-10-18 20:42:25 -04:00

13 lines
358 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/content/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>