Files
hereconnect/apps/frontend/index.html
T

18 lines
627 B
HTML
Raw Normal View History

2024-11-07 14:13:39 +02:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
2024-11-24 13:05:12 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
2024-11-11 16:06:09 +02:00
<title>НаСвязи</title>
2024-11-24 12:41:41 +02:00
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="НаСвязи">
2024-11-07 14:13:39 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>