monofile/pages/index.html

31 lines
539 B
HTML
Raw Normal View History

2023-01-28 01:33:33 -08:00
<html lang="en">
<head>
<link
rel="stylesheet"
href="/static/style/app.css"
>
<link
rel="icon"
type="image/png"
href="/static/assets/monofile-circ.png"
>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0"
>
2023-01-30 21:32:01 -08:00
<script type="module" src="/static/js/index.js"></script>
2023-01-28 01:33:33 -08:00
<title>monofile</title>
</head>
<body>
</body>
</html>