cleanup and filter support
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
This commit is contained in:
parent
6773e6ae30
commit
3f68335eb4
62 changed files with 2364 additions and 1901 deletions
17
web/templates/index.html
Normal file
17
web/templates/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<h1>SEPTASTIC!</h1>
|
||||
<p>
|
||||
<i>A fantastic way to ride SEPTA</i>
|
||||
</p>
|
||||
<p style="margin-top: 25px;">
|
||||
SEPTASTIC is a website which provides information about riding SEPTA. It's
|
||||
source code is available at
|
||||
<a href="https://git.nickorlow.com/nickorlow/septastic">git.nickorlow.com</a>
|
||||
</p>
|
||||
|
||||
<p style="margin-top: 25px; margin-bottom: 25px;">
|
||||
This website is mostly for personal use, and thus the interface and data
|
||||
is tailored to my SEPTA riding experience. This manifests in a couple of
|
||||
weird things, such as the non-existent 'Susquehanna Transit Center'.
|
||||
</p>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue