Add basic help page

lsafej
This commit is contained in:
2025-04-08 21:12:33 -07:00
parent af555112b2
commit ab48e726af
7 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
<html>
<head>
</head>
<body>
<h1>Numbers Station Help</h1>
<p>
The Numbers Station application is a tool to upload messages to a website/blog on a regular schedule. For why you would want this, see <a href="#motivation">Motivation</a>. To get started, see <a href="#quick-start">Quick Start</a>.
</p>
<img src="overview.png"/>
<h2>Quick Start</h2>
<p>
Do it!
</p>
<h2>Motivation</h2>
<p>
Because it's fun
</p>
</body>
</html>