Add basic help page
lsafej
This commit is contained in:
25
src/main/resources/help-index.html
Normal file
25
src/main/resources/help-index.html
Normal 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>
|
||||
Reference in New Issue
Block a user