19 lines
676 B
HTML
19 lines
676 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<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">
|
|
<link rel="stylesheet" type="text/css" href="platform_style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="editor" contenteditable="true" tabindex="0"></div>
|
|
<script type="text/javascript" src="interact.min.js"></script>
|
|
<script type="text/javascript" src="rich_text_editor.js"></script>
|
|
</body>
|
|
|
|
</html>
|