This commit is contained in:
2026-01-20 12:28:25 +11:00
parent c3d73f5c83
commit e94a5838a5

23
chookspace/index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chookspace Pages</title>
</head>
<body>
<h1>Chookspace Pages</h1>
<p>Create static sites detailing your projects!</p>
<h2>Usage:</h2>
<ol>
<li>Create an account on Chookspace.</li>
<li>Create a repo on Chookspace.</li>
<li>In that repo, create a `chookspace/` folder.</li>
<li>Put stuff to be hosted in the `chookspace/` folder (ideally include an index.html)</li>
<li>Visit `https://chsp.au/yourusername/yourrepo` to see your site!</li>
</ol>
</body>
</html>