diff options
author | LarsVomMars | 2020-07-30 19:55:01 +0200 |
---|---|---|
committer | LarsVomMars | 2020-07-30 19:55:29 +0200 |
commit | f5f651d5180ddd12c57288d534129c8b00ff3162 (patch) | |
tree | bfa0de73233d9871d0efe17a585c1a1add79cb9a /src/views/index.ejs | |
parent | a937e79d29685d76af6138191f553fc82cbd2b1a (diff) |
Added font
Diffstat (limited to 'src/views/index.ejs')
-rw-r--r-- | src/views/index.ejs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/index.ejs b/src/views/index.ejs new file mode 100644 index 0000000..0e3ab11 --- /dev/null +++ b/src/views/index.ejs @@ -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 (files) { %> <%= files %>! <% } %> + </body> +</html> |