25 lines
885 B
HTML
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>
|