You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
414 B
14 lines
414 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="user-scalable=no">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="normalize.css">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="editor" contenteditable="true"></div>
|
|
<script type="text/javascript" src="rich_editor.js"></script>
|
|
</body>
|
|
</html>
|