9
|
1 <!doctype html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5 <style>
|
|
6 body {
|
|
7 font-family: Sans-Serif;
|
|
8 }
|
|
9
|
|
10 a {
|
|
11 text-decoration: none;
|
|
12 }
|
|
13 a:hover {
|
|
14 text-decoration: underline;
|
|
15 }
|
|
16 </style>
|
|
17 </head>
|
|
18 <body>
|
|
19 <h1>SCEditor - Reactionary Edition</h1>
|
|
20
|
|
21 <p>Forked from <a href="https://www.sceditor.com/">SCEditor</a>. Also see <a href="http://www.reactionary.software/wysiwyg.html">this</a>.</p>
|
|
22 </body>
|
|
23 </html>
|