view website/src/examples/static.html @ 2015:61b0cc7db09c default tip fixssl

Manually specify letsencrypt server due to acme default server change (to zerossl)
author Violet7
date Sat, 27 Sep 2025 13:37:11 -0700
parents 28cd9b3abdb3
children
line wrap: on
line source

<!doctype html>
<html lang="en">
	<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>