summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-26 01:06:55 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-26 01:06:55 -0500
commit16f8cf5ced3ddcbfb142665e3f372e0fc8be73c5 (patch)
treeb4761495520d84ce4a7043ec528e290a2d1b0506 /public
parent9590b3e84a9502accf801110b9695aab72423fb2 (diff)
add site
Diffstat (limited to 'public')
-rw-r--r--public/index.html4
-rw-r--r--public/music.html4
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>