-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 904 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-touch-fullscreen" content="yes">
<title>Picks</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Playfair+Display:400,900&subset=cyrillic" rel="stylesheet">
<link rel="stylesheet" href="/build/css/index.css">
</head>
<body>
<general></general>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/riot+compiler.min.js"></script> -->
<!-- <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> -->
<script src="/build/js/build.js"></script>
<script src="/build/js/tags.js"></script>
<script>
riot.mount('*')
</script>
</body>
</html>