view website/src/examples/static.html @ 1727:63ab02188e9d

change priority
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 13:11:53 +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>