2017-10-13 18:00:51 -07:00
|
|
|
<!doctype html>
|
2016-06-21 19:34:51 -07:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2016-07-15 10:07:12 -07:00
|
|
|
<title>Slate</title>
|
2016-06-21 19:34:51 -07:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
2016-06-28 18:26:56 -07:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=latin-ext" >
|
2016-06-21 19:34:51 -07:00
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main></main>
|
2017-10-26 10:18:02 -06:00
|
|
|
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6,es7"></script>
|
2016-07-29 12:44:35 -07:00
|
|
|
<script src="build.prod.js"></script>
|
2016-06-21 19:34:51 -07:00
|
|
|
</body>
|
|
|
|
</html>
|