view 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 source

<!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>