2022-06-04 22:40:48 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-07-11 21:00:01 +02:00
|
|
|
<link rel="icon" href="assets/icons/favicon.ico" />
|
|
|
|
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" sizes="180x180">
|
|
|
|
<link rel="mask-icon" href="assets/icons/logo.svg">
|
2022-06-05 21:48:10 +02:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
|
|
|
|
<title>Homer</title>
|
2022-06-04 22:40:48 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-12 14:07:10 +02:00
|
|
|
<div id="app-mount"></div>
|
2022-06-04 22:40:48 +02:00
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|