monofile/pages/index.html

32 lines
586 B
HTML
Raw Normal View History

2023-02-26 10:47:03 -08:00
<!DOCTYPE html>
<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"
>
<script type="module" src="/static/js/index.js"></script>
<title>monofile</title>
</head>
<body>
</body>
2023-01-28 01:33:33 -08:00
</html>