diff src/read_me.html @ 9:9159df67520a

remove "icons" option
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Aug 2022 00:19:52 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/read_me.html	Sun Aug 07 00:19:52 2022 -0600
@@ -0,0 +1,23 @@
+<!doctype html>
+<html>
+	<head>
+		<meta name="viewport" content="width=device-width, initial-scale=1">
+		<style>
+			body {
+				font-family: Sans-Serif;
+			}
+
+			a {
+				text-decoration: none;
+			}
+			a:hover {
+				text-decoration: underline;
+			}
+		</style>
+	</head>
+	<body>
+		<h1>SCEditor - Reactionary Edition</h1>
+
+		<p>Forked from <a href="https://www.sceditor.com/">SCEditor</a>.  Also see <a href="http://www.reactionary.software/wysiwyg.html">this</a>.</p>
+	</body>
+</html>