about summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-20 00:10:11 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-20 00:10:11 +0300
commit3182c192dc35cf0561d7608f65867da39ad9538c (patch)
treee6f8bf1bca9761583b1a017bd1e9fa4ffe57b745 /www
parentfa7e3e4afacaf160d1de370e001acbe0d554a865 (diff)
downloadhttpy-3182c192dc35cf0561d7608f65867da39ad9538c.tar.gz
httpy-3182c192dc35cf0561d7608f65867da39ad9538c.zip
Change file dislocation
Diffstat (limited to 'www')
-rw-r--r--www/favicon.icobin0 -> 318 bytes
-rw-r--r--www/index.html48
-rw-r--r--www/robots.txt2
3 files changed, 50 insertions, 0 deletions
diff --git a/www/favicon.ico b/www/favicon.ico
new file mode 100644
index 0000000..5f90164
--- /dev/null
+++ b/www/favicon.ico
Binary files differdiff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..d860e13
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <title> The YES's Page </title>
+        <link rel="stylesheet" href="css/styles.css">
+    </head>
+    <body>
+    <header> <b> Welcome To The Mighty HTML Page </b> </header>
+        <div id="cool-div">
+            <section style="padding-top: 10px">
+                <h1> What is this? </h1>
+                <p> > This is an HTML page! </p>
+                <p> > It exists! </p>
+            </section>
+            <section>
+                <h1> Why does this exist? </h1>
+                <p> > Funny haha </p>
+                <p> > I'm learning how to webpage from nothing </p>
+            </section>
+            <section>
+                <h1> What is it running? </h1>
+                <p> > This server is run by the shitty python code I wrote </p>
+                <p> > Server does not use flask or any other similar python web frameworks </p>
+                <p> > It primarily uses standard python libraries, with 2 libraries being an exception </p>
+                <p> > <i> aiofiles </i> - for asynchronous file I/O </p>
+                <p> > <i> htmlmin </i> - for making html page slightly smaller (along with gzip) </p>
+            </section>
+            <section>
+                <h1> Where can I see the shitty python code you wrote? </h1>
+                <p> > You can check the shitty python code I wrote at my github </p>
+                <p> > here's comically large button to help you navigate to there </p>
+                <p style="padding-top: 12px;text-align: center">
+                    <button id="git-butt" class="btn btn-success" onclick=" window.open('https://github.com/UltraQbik/httpy','_blank')"> OPEN GITHUB NOW </button>
+                </p>
+            </section>
+            <section>
+                <h1> Useless button section? </h1>
+                <p style="padding-top: 12px">
+                    <button id="cool-butt"> Useless button section. </button>
+                </p>
+            </section>
+        </div>
+    <footer>
+        <p> Hehe <i>foot</i>er </p>
+        <p> P.S. CSS is a mess :< </p>
+    </footer>
+    </body>
+</html>
diff --git a/www/robots.txt b/www/robots.txt
new file mode 100644
index 0000000..1f53798
--- /dev/null
+++ b/www/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /