fileserver/frontend/index.html

14 lines
340 B
HTML
Raw Normal View History

2022-08-31 12:28:35 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2022-09-03 21:32:20 +00:00
<link rel="icon" href="/favicon.svg" />
2022-08-31 12:28:35 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-09-03 21:32:20 +00:00
<title>MFileserver</title>
2022-08-31 12:28:35 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>