last-draft
Version:
Last Draft... A Draft.js Editor
23 lines (20 loc) • 802 B
HTML
<html>
<head>
<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 charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" >
<link rel="stylesheet" href="example/styles/ld.css">
<link rel="stylesheet" href="example/styles/example.css">
<link rel="stylesheet" href="example/styles/draft.css">
<link rel="stylesheet" href="example/styles/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>
</body>
</html>