From 8d6a8b0002156fb9f64d8d1cff4f51a26dbf4684 Mon Sep 17 00:00:00 2001 From: Lupancham Date: Wed, 17 Jul 2024 02:45:02 -0400 Subject: [PATCH] html it --- 404.html | 105 ++++++++++++++++++++++++++++++++++++ gallery.html | 105 ++++++++++++++++++++++++++++++++++++ index.html | 105 ++++++++++++++++++++++++++++++++++++ assets/logo.png => logo.png | Bin places.html | 105 ++++++++++++++++++++++++++++++++++++ 5 files changed, 420 insertions(+) create mode 100644 404.html create mode 100644 gallery.html create mode 100644 index.html rename assets/logo.png => logo.png (100%) create mode 100644 places.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..5740a0a --- /dev/null +++ b/404.html @@ -0,0 +1,105 @@ + + + + + LRSS 404 :? + + + + + + + + \ No newline at end of file diff --git a/gallery.html b/gallery.html new file mode 100644 index 0000000..118d97d --- /dev/null +++ b/gallery.html @@ -0,0 +1,105 @@ + + + + + LRSS - Gallery + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4891cba --- /dev/null +++ b/index.html @@ -0,0 +1,105 @@ + + + + + LRSS Home + + + + + + + + \ No newline at end of file diff --git a/assets/logo.png b/logo.png similarity index 100% rename from assets/logo.png rename to logo.png diff --git a/places.html b/places.html new file mode 100644 index 0000000..aa4e7d3 --- /dev/null +++ b/places.html @@ -0,0 +1,105 @@ + + + + + LRSS Places + + + + + + + + \ No newline at end of file