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