edward

An extensible POSIX-compatible implementation of the ed(1) text editor

git clone https://git.8pit.net/edward.git

 1<!DOCTYPE html>
 2<html>
 3	<head>
 4		<meta charset="UTF-8">
 5		<title><?theme title?></title>
 6		<meta name="viewport" content="width=device-width, initial-scale=1">
 7		<link rel="stylesheet" href="style.css">
 8	</head>
 9	<body>
10		<main>
11			<?theme body?>
12		</main>
13	</body>
14</html>