diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-11-08 22:50:42 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-11-08 22:50:42 -0500 |
commit | 595556a089057993604485070f0f12cc2952e01d (patch) | |
tree | ee43428e704f0fad1de8ce9de6a941b47680c824 /templates | |
parent | 17bf761fe95b621e66f1b023c6b5f229e488daa3 (diff) | |
download | carpentertutoring-dev.tar.xz carpentertutoring-dev.zip |
feat: rust serverdev
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..44b174f --- /dev/null +++ b/templates/index.html @@ -0,0 +1 @@ +<h1>hiya, {{ name }}</h1> |