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

14 lines
428 B
HTML
Raw Normal View History

2016-06-21 19:34:51 -07:00
<html>
<head>
<meta charset="utf-8" />
2016-06-24 10:22:48 -07:00
<title>Examples | Editor</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="build.js"></script>
</body>
</html>