-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 833 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Satisfy|VT323|Tinos|Peddana|Padauk|Old+Standard+TT|Antic+Slab|Cantarell|Josefin+Sans|Sacramento|Cabin+Sketch" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.1/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<link rel="icon" href="https://svn.apache.org/repos/infra/websites/production/www/content/favicons/favicon-194x194.png"/>
<title>tidings</title>
</head>
<body>
<div id="root">
</div>
</body>
</html>