diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-21 22:03:59 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-21 22:03:59 -0500 |
commit | e58403f3b9c4c8686537c4716a6ed3f65ca48370 (patch) | |
tree | 80913283f7146d1f5a89121f40a39e7b025c6dc2 /src/templates/index.html | |
parent | 9100d5b1f883e5762741ebac08b170ecf14811cd (diff) | |
download | twinh-e58403f3b9c4c8686537c4716a6ed3f65ca48370.tar.xz twinh-e58403f3b9c4c8686537c4716a6ed3f65ca48370.zip |
init upload
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..7b6070c --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <body> + <ul> + <li>Essex</li> + <li>Hudson</li> + <li>Terraplane</li> + </ul> + </body> +</html> |