-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (25 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="ru" translate="no">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#00004b" />
<meta name="google" content="notranslate" />
<meta name="apple-mobile-web-app-title" content="Твой ФФ!" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="Приложение «Твой ФФ» делает учёбу удобнее, ведь в нём собраны все самые важные сведения для любого физфаковца. С помощью приложения можно узнать расписание своей группы, номер аудитории и имя преподавателя, найти схему 5 этажа, а также воспользоваться бесплатным принтером."
/>
<link rel="apple-touch-icon" type="image/webp" href="apple-touch-icon.webp" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<title>Твой ФФ!</title>
<link rel="preconnect" href="https://api.profcomff.com" />
<link rel="preconnect" href="https://cdn.profcomff.com" />
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet" />
</head>
<body>
<div id="app" style="display: contents"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>