1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 13:18:29 +01:00
slate/examples/index.html
2017-10-13 18:00:51 -07:00

16 lines
517 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Slate</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=latin-ext" >
<link rel="stylesheet" href="index.css">
</head>
<body>
<main></main>
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es6"></script>
<script src="build.prod.js"></script>
</body>
</html>