diff options
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> |