1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-13 19:57:00 +01:00
slate/examples/index.html

16 lines
533 B
HTML
Raw Normal View History

<!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>
<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>