-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 2.27 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
<!doctype html>
<html class="no-js" lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Насколько ты Качканарец?</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="vk:app_id" content="5762413">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./css/main.css">
<script src="https://vk.com/js/api/openapi.js?136"></script>
<script type="text/javascript" src="https://vk.com/js/api/share.js?94" charset="windows-1251"></script>
</head>
<body>
<div class="preloader"></div>
<div class="splashscreen">
<h1 class="splashscreen__line1">Привет, дружище ;)</h1>
<p class="splashscreen__line2">Команда паблика <img src="images/znaj.png" alt="Знай"> подготовила тест,<br>с помощью которого ты сможешь<br>объективно оценить свои знания о Качканаре</p>
<p class="splashscreen__line3">Подписывайся на <a href="https://vk.com/znajkch" target="__blank"><img src="images/znaj.png" alt="Знай" style="width:130px"></a><br>и следи за обновлениями</p>
<button class="splashscreen__close"></button>
</div>
<div class="results">
<h1 class="results__header"><span class="results__number"></span> из <span>10</span></h1>
<h2 class="results__subheader"></h2>
<div class="results__description"></div>
<div class="share-wrapper"></div>
</div>
<main class="app">
<ul class="progress"></ul>
<div class="question"></div>
<div class="special"></div>
<ul class="answers"></ul>
<a href="https://vk.com/znajkch" class="link" target="_blank">vk.com/znajkch</a>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>var isMobile = false;</script>
<script src="js/main.js"></script>
</body>
</html>