staticwebapp-hhv-tormakrist.../index.html
Torma Kristóf b9b39de41c
All checks were successful
continuous-integration/drone Build is passing
it's in the fucking middle
2022-05-21 22:48:49 +02:00

14 lines
364 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hanyadik het van?</title>
</head>
<body>
<div class="w-100 p-3" id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>