view website/src/examples/static.html @ 1725:39af1c737191

use custom nginx conf for ssl
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 12:34:29 +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>