last-draft
Version:
Last Draft... A Draft.js Editor
27 lines (22 loc) • 812 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>ld. Last Draft</title>
<meta name="author" content="seavae">
<meta name="description" content="last draft editor example">
<meta content='last draft' property='og:title'>
<meta content='last draft' property='og:site_name'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="ld.css">
<link rel="stylesheet" href="example.css">
<link rel="stylesheet" href="draft.css">
<link rel="stylesheet" href="plugins.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>
<body>
<div id="root"></div>
<script src="vendor.js"></script>
<script src="bundle.js"></script>
</body>
</html>