diff options
Diffstat (limited to 'src/public/index.html')
-rw-r--r-- | src/public/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/public/index.html b/src/public/index.html new file mode 100644 index 0000000..25eaea5 --- /dev/null +++ b/src/public/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Title</title> +</head> +<body> + <h1>Home :)</h1> +</body> +</html>
\ No newline at end of file |