Mercurial Hosting > sceditor
annotate src/read_me.html @ 47:16b61f228546 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 31 Oct 2022 10:41:24 -0600 |
parents | 9159df67520a |
children |
rev | line source |
---|---|
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> |