about summary refs log tree commit diff
path: root/www/index.html
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-21 05:34:34 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-21 05:34:34 +0300
commitc94e71541d4869ab24da8e9cdb42c42b1fe95cbd (patch)
tree69edf6c9c6637a39b230243616413d5570340afc /www/index.html
parentbb8ef70f5d86a4c3c9bae4957821a8ca67b216ad (diff)
downloadhttpy-c94e71541d4869ab24da8e9cdb42c42b1fe95cbd.tar.gz
httpy-c94e71541d4869ab24da8e9cdb42c42b1fe95cbd.zip
Update some pages and add new one
Template to have a nicer and more serious looking website
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html
index bdb132f..e7dfd8c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -6,7 +6,7 @@
 </head>
 <body>
     <header> <b> Welcome To The Mighty HTML Page </b> </header>
-    <div id="cool-div">
+    <div id="section-div">
         <section style="padding-top: 10px">
             <h1> What is this? </h1>
             <p> > This is an HTML page! </p>
@@ -32,12 +32,6 @@
                 <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>