2022-06-04 20:40:48 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-07-11 19:00:01 +00: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 19:48:10 +00:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
|
|
|
|
<title>Homer</title>
|
2022-06-04 20:40:48 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-12 12:07:10 +00:00
|
|
|
<div id="app-mount"></div>
|
2022-06-04 20:40:48 +00:00
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|