27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="ru">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
||
|
|
<title>Montana Messenger</title>
|
||
|
|
<meta name="theme-color" content="#0c0a08">
|
||
|
|
<meta name="apple-mobile-web-app-title" content="Монтана">
|
||
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
|
<meta name="mobile-web-app-capable" content="yes">
|
||
|
|
<meta name="application-name" content="Montana Messenger">
|
||
|
|
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
|
||
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
|
||
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||
|
|
<link rel="mask-icon" href="favicon.svg" color="#ca9335">
|
||
|
|
<link rel="manifest" href="site.webmanifest">
|
||
|
|
<meta name="msapplication-TileColor" content="#0c0a08">
|
||
|
|
<meta name="msapplication-TileImage" content="mstile-150x150.png">
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script type="module" src="app.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|