diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 4 | ||||
| -rw-r--r-- | public/music.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..524959f --- /dev/null +++ b/public/index.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<html lang="en"> + <p>Hello and welcome</p> +</html> diff --git a/public/music.html b/public/music.html new file mode 100644 index 0000000..22ba402 --- /dev/null +++ b/public/music.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<html lang="en"> + <p>This is my music</p> +</html> |
