diff options
| author | Bobby <[email protected]> | 2022-03-13 23:27:37 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-13 23:27:37 -0400 |
| commit | 1fff92ddd5a075e775f6a4e08f79b0cdd22f48f9 (patch) | |
| tree | 197ac07af0f829e39d9de711f0d0252085475610 | |
| parent | 8285fb1eb551bf0fb7eb4408a085319c80718979 (diff) | |
| download | luciferreeves.github.io-1fff92ddd5a075e775f6a4e08f79b0cdd22f48f9.tar.xz luciferreeves.github.io-1fff92ddd5a075e775f6a4e08f79b0cdd22f48f9.zip | |
remove comments
| -rw-r--r-- | public/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/public/index.html b/public/index.html index 6936c2a..6dcbb3a 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,6 @@ </head> <body> - <!-- Navbar --> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> @@ -28,19 +27,15 @@ <li><a href="https://github.com/luciferreeves" target="_blank">Github</a></li> </ul> </div> - <!--/.nav-collapse --> </div> </div> </div> - <!-- Hero Unit --> <div class="container margin-top-375" style="margin-top: 3.75rem;"> - <h1>Hello, world!</h1> - <p>I'm Bobby. Welcome to my personal website. Unfortunately, this website is currently under maintenance and I am working on a completely new look. Please come back soon...</p> - + <p>I'm Bobby. Welcome to my personal website. Unfortunately, this website is currently under maintenance and I + am working on a completely new look. Please come back soon...</p> </div> - <script src="static/assets/js/jquery.js"></script> <script src="static/assets/js/bootstrap-386.js"></script> </body> |
