diff options
author | Marvin Borner | 2020-07-18 21:54:58 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-18 21:54:58 +0200 |
commit | 985763e3fcb6762fa76b81c059a97648905b3761 (patch) | |
tree | e74ddab34567adcb659fcf27b2dc8b227c0c2637 /src/views | |
parent | c96473af48f650ac568a9a9203f3d6bbe74ff080 (diff) |
Started fileview
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/index.html b/src/views/index.html new file mode 100644 index 0000000..ffeb948 --- /dev/null +++ b/src/views/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width" /> + <title>Index</title> + </head> + <body> + <% if (path) { %> <%= path %>! <% } %> + </body> +</html> |