2023-02-26 12:37:02 -08:00
|
|
|
<!--
|
|
|
|
for some reason (don't know why)
|
|
|
|
certain things break
|
|
|
|
when not in quirks mode
|
|
|
|
so i'm not adding in the
|
|
|
|
doctype html
|
|
|
|
-->
|
2023-02-26 10:47:03 -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"
|
|
|
|
>
|
|
|
|
|
|
|
|
<script type="module" src="/static/js/index.js"></script>
|
|
|
|
|
|
|
|
<title>monofile</title>
|
|
|
|
|
2023-02-26 11:23:40 -08:00
|
|
|
<meta name="title" content="monofile">
|
|
|
|
<meta name="description" content="Discord based file sharing">
|
|
|
|
|
2023-02-26 10:47:03 -08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
2023-01-28 01:33:33 -08:00
|
|
|
</html>
|