Add site
This commit is contained in:
23
chookspace/index.html
Normal file
23
chookspace/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user