18 lines
653 B
HTML
18 lines
653 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link href='https://fonts.googleapis.com/css?family=Fira Sans' rel='stylesheet'>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
|
rel="stylesheet">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Vite App</title>
|
|
</head>
|
|
<body style="min-width: 100vw;min-height: 100vh; padding: 0px;margin: 0px; ">
|
|
<div id="app" style="min-width: 100vw;min-height: 100vh; padding: 0px;margin: 0px;"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|