1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-21 23:53:50 +01:00
slate/examples/index.html

14 lines
421 B
HTML
Raw Normal View History

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>
2016-07-29 12:44:35 -07:00
<script src="build.prod.js"></script>
2016-06-21 19:34:51 -07:00
</body>
</html>