diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 21:35:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 21:35:01 +0200 |
| commit | 3b50c13ca1691e64ae9382ec658216b49477088e (patch) | |
| tree | c622c6174ecd073874daac6eda151ec5a64d95de /public/index.html | |
Initial commit
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..5c6b1cb --- /dev/null +++ b/public/index.html @@ -0,0 +1,9 @@ +<!doctype html> +<html> + <head> + <title>Demo</title> + </head> + <body> + Hello world + </body> +</html>
\ No newline at end of file |
