-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (17 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Boomtrain Assignment</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="stylesheet" type="text/css" href="dist/app.css" media="all"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900" media="all">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="shortcut icon" href="http://3q7p4116y2ur3a1f8z2db7is.wpengine.netdna-cdn.com/wp-content/uploads/2016/06/favicon.png">
</head>
<body>
<div id="root" style="height:100%;"></div>
<script src="dist/vendor.bundle.js"></script>
<script src="dist/app.js"></script>
</body>
</html>