21 lines
925 B
HTML
21 lines
925 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
|
|
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF">
|
|
<title>Atitlán Directory</title>
|
|
<link rel="apple-touch-icon" href="/pwa-192x192.png">
|
|
<link rel="apple-touch-startup-image" href="/splash.png">
|
|
<meta name="apple-mobile-web-app-title" content="Atitlán">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|