about summary refs log tree commit diff
path: root/www/index.html
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-21 22:55:05 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-21 22:55:05 +0300
commit76ac2995b1c460f852816a3271fc7777d12b632d (patch)
tree5a381cbc06bda11c4416acc6a5d09baa07defc34 /www/index.html
parent08a46199086b119cb731d4f78425354ba85a80d9 (diff)
downloadhttpy-76ac2995b1c460f852816a3271fc7777d12b632d.tar.gz
httpy-76ac2995b1c460f852816a3271fc7777d12b632d.zip
Update about page and style changes
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index e7dfd8c..e787340 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,7 +5,9 @@
     <link rel="stylesheet" href="css/styles.css">
 </head>
 <body>
-    <header> <b> Welcome To The Mighty HTML Page </b> </header>
+    <header>
+        <div style="margin: 0 auto; width: fit-content;"> <b> Welcome To The Mighty HTML Page </b> </div>
+    </header>
     <div id="section-div">
         <section style="padding-top: 10px">
             <h1> What is this? </h1>
@@ -35,7 +37,6 @@
     </div>
     <footer>
         <p> Hehe <i>foot</i>er </p>
-        <p> P.S. CSS is a mess :< </p>
     </footer>
 </body>
 </html>