This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/host/layer/public-webserver/webserver-root/index.html
2022-11-22 15:00:02 -06:00

25 lines
885 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://lyte.dev/styles.css" />
<title>{{ .Host }} - Index</title>
</head>
<body>
<main>
<p>Welcome to <code><a href="/">The Index</a></code> at <code><a href="//{{ .Host }}">{{ .Host }}</a></code></p>
<p>
If you wandered here by accident, you are either lost and <a href="https://lyte.dev">in need of context</a>, are <a href="./public-files">looking for a particular file</a>, or are just exploring.
</p>
<p>Whatever your adventure, welcome!</p>
<p><a href="/public-files">View <code>{{ .Host }}</code> Public Files</a></p>
<p>If you need to get a hold of me for any reason, <a href="https://lyte.dev/contact">here is my contact information</a>.
</main>
</body>
</html>