-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>HSE Testing Solver</title>
<link rel="apple-touch-icon" sizes="180x180" href="./static/favicons/apple-touch-icon.png?v=QEM66KJQo9">
<link rel="icon" type="image/png" sizes="32x32" href="./static/favicons/favicon-32x32.png?v=QEM66KJQo9">
<link rel="icon" type="image/png" sizes="16x16" href="./static/favicons/favicon-16x16.png?v=QEM66KJQo9">
<link rel="manifest" href="./static/favicons/manifest.json?v=QEM66KJQo9">
<link rel="mask-icon" href="./static/favicons/safari-pinned-tab.svg?v=QEM66KJQo9" color="#5bbad5">
<link rel="shortcut icon" href="./static/favicons/favicon.ico?v=QEM66KJQo9">
<meta name="msapplication-config" content="./static/favicons/browserconfig.xml?v=QEM66KJQo9">
<meta name="theme-color" content="#ffffff">
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic');
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>