-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.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
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Расписание</title>
<link type="text/css" rel="stylesheet" href="src/css/index.css"/>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link type="application/manifest+json" rel="manifest" href="/src/manifest/uni.webmanifest"/>
</head>
<body>
<header>
<h1 class="title" id="title">Расписание</h1>
</header>
<div class="flex-display" id="loading">
<svg width="50px" height="50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-rolling">
<circle cx="50" cy="50" fill="none" stroke="#7093ff" stroke-width="10" r="35" stroke-dasharray="164.93361431346415 56.97787143782138" transform="rotate(246 50 50)">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animateTransform>
</circle>
</svg>
</div>
<div class="contentHolder no-display" id="holder">
</div>
<script src="src/js/spa.js" defer></script>
<footer class="flex-display" id="hi">
<a href="#lessons" class="navigation" id="lessons">Расписание</a>
<a href="#homework" class="navigation" id="homework">Домашнее задание</a>
<a href="/auth/" class="navigation" id="user">Войти</a>
</footer>
</body>
</html>