diff options
Diffstat (limited to 'templates/hello.html')
| -rw-r--r-- | templates/hello.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/hello.html b/templates/hello.html new file mode 100644 index 0000000..cb0681d --- /dev/null +++ b/templates/hello.html @@ -0,0 +1,9 @@ +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Document</title> +</head> +<body> + Hello! +</body> +</html>
\ No newline at end of file |