-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
62 lines (58 loc) · 2.41 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#000000" />
<meta name="description"
content="Розклад занять для студентів та викладачів Національного університету 'Львівська політехніка'. Актуальні час й місце пар та екзаменів." />
<meta name="keywords"
content="НУЛП, ЛПНУ, розклад, ЛП, lpnu timetable, lpnu, timetable, політехніка, політех, студенти, викладачі, лабораторні, лекції">
<meta property="og:title" content="Розклад НУЛП" />
<meta property="og:site_name" content="Timetable" />
<meta property="og:image" content="https://lpnu.pp.ua/images/logo-light.png" />
<link rel="manifest" href="/manifest.json" />
<title>Розклад НУЛП</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<script>
window.addEventListener("load", () => {
if ("serviceWorker" in navigator) {
console.log("Registering service worker...", window.APP_VERSION);
navigator.serviceWorker.register("/sw.js?v=" + window.APP_VERSION)
.then(registration => {
console.log("Service worker registered with scope:", registration.scope);
})
.catch(error => {
console.error("Service worker registration failed:", error);
});
}
});
</script>
<!--
,-. _,---._ __ / \
/ ) .-' `./ / \
( ( ,' `/ /|
\ `-" \'\ / |
`. , \ \ / |
/` . ,'-`----Y |
( ; | '
| ,-. ,-' | /
| | ( | hjw | /
) | \ `.__________|/ Моця - дурний кіт :3
`--' `--'
-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4753HPJ44Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4753HPJ44Q');
</script>
</body>
</html>