anthracite/src/www/index.html
Nicholas Orlowsky d6eb46d310
v0.1.1
2023-10-17 13:16:31 -04:00

10 lines
315 B
HTML

<head>
<title>Anthracite</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<center>
<h1>Anthracite is Running!</h1>
<p>If you are seeing this page, then Anthracite is configured correctly!</p>
<p>Add files to the "www" directory to begin serving your website.</p>
</center>