diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 8 |
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> |