-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 1.09 KB
/
index.html
File metadata and controls
26 lines (25 loc) · 1.09 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="./styles/index.scss">
<link rel="stylesheet" href="./node_modules/react-mdl/extra/material.css">
<link rel="import" href="./node_modules/x-gif/dist/x-gif.html">
<title>Pulse!</title>
</head>
<body id="container">
<!-- <x-gif id="spirit-animal" sync snap src="http://68.media.tumblr.com/4a2ecf3258e23674bc4b253fd74bfa81/tumblr_msz5x3ACVh1qcoae6o1_400.gif"></x-gif> -->
<div id="root">
<!-- This app uses React, so view components are in the components directory. -->
</div>
</body>
<script>
// You can also require other files to run in this process
require('./node_modules/react-mdl/extra/material.min.js')
require('./scripts/src/renderer.js')
</script>
</html>