mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-10 04:54:25 +00:00
20 lines
No EOL
580 B
HTML
20 lines
No EOL
580 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/icons/LittleLines.Devel.svg" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
|
|
<title>Little Lines</title>
|
|
<style>
|
|
|
|
html, body {margin: 0; height: 100%; overflow: hidden}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html> |