mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-25 01:33:37 +01:00
13 lines
319 B
HTML
13 lines
319 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Editor | Rich Text Example</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
<link rel="stylesheet" href="index.css">
|
|
</head>
|
|
<body>
|
|
<main></main>
|
|
<script src="build.js"></script>
|
|
</body>
|
|
</html>
|