diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-04 13:35:17 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-04 13:35:17 +0100 |
commit | baefaadd35f915834b4c6a4a097908dddceab06f (patch) | |
tree | 0e4820e739ae540af23c0df6a47ee8d38366bd9f /static | |
parent | 3189dcd0f6ce9bbd8ceb00f261f6fa9440eeb62d (diff) | |
download | web-template-baefaadd35f915834b4c6a4a097908dddceab06f.tar web-template-baefaadd35f915834b4c6a4a097908dddceab06f.tar.zst web-template-baefaadd35f915834b4c6a4a097908dddceab06f.zip |
Support Static Files with Actix
Diffstat (limited to 'static')
l--------- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 120000 index 0000000..f040f3e --- /dev/null +++ b/static/index.html @@ -0,0 +1 @@ +../lib/html/example.html
\ No newline at end of file |