-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.html
33 lines (33 loc) · 1.46 KB
/
app.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>{{ title }}</title>
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link type="text/css" rel="stylesheet" media="all" href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,800%7COpen+Sans:300,300i,400,400i,600,700">
<link rel="stylesheet" href="/css/bootstrap.min.css" media="all">
<link rel="stylesheet" href="/css/style.css" media="all">
<link rel="stylesheet" href="/css/font-awesome.min.css" media="all">
</head>
<body>
<!--vue-ssr-outlet-->
<noscript>
<div class="old-browser-support">
<div class="left-bg"></div>
<div class="container">
<div class="item">
<div class="attention-block">
<p class="size15">
<strong class="red">ВНИМАНИЕ!</strong> <br>В Вашем браузере <strong>отключен</strong> JavaScript.
</p>
<p>Функциональность страниц может быть ограничена или вовсе не возможна.</p>
</div>
</div>
</div>
</div>
</noscript>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>