view website/src/examples/static.html @ 1726:b5baa841ea1b

fix directive
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 12:40:19 +0200
parents 49cf706c326a
children
line wrap: on
line source

<!doctype html>
<html>
	<body>
		<h1>Static HTML</h1>
		<p>This is a static HTML page.</p>
		<p>You can view the source in your browser.</p>
	</body>
</html>