diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-18 04:15:36 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-02-18 04:15:36 +0000 |
| commit | 085538ec47cb5baa29c4214d97c6926b285ab507 (patch) | |
| tree | 64a34dda05d1ef36c7e2b569e3fc39887493b621 /web/views/index.pug | |
| parent | 5635b98d0ba8f28db9868ee44a82a3f1151eed05 (diff) | |
added basic site with basic map
Diffstat (limited to 'web/views/index.pug')
| -rw-r--r-- | web/views/index.pug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/views/index.pug b/web/views/index.pug new file mode 100644 index 0000000..be7ff98 --- /dev/null +++ b/web/views/index.pug @@ -0,0 +1,5 @@ +extends layout + +block content + h1= title + p Welcome to our site, please go to /map to see a map |
