upend/webui/index.html

21 lines
485 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="application-name" content="UpEnd" />
<title>UpEnd</title>
<link rel="icon" type="image/png" href="assets/upend.svg" />
<meta
http-equiv="Cache-control"
content="no-cache, no-store, must-revalidate"
/>
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>