diff options
| author | Bobby <[email protected]> | 2022-03-21 05:53:09 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-21 05:53:09 -0400 |
| commit | cde811f0df35cbad5850df2206395442398e6224 (patch) | |
| tree | ee65d53259dd81133c91270bbccf1a828f8e9760 /public/views/index.html | |
| parent | 57439fc6ae03663760b5ce261b842d82e1642518 (diff) | |
| download | luciferreeves.github.io-cde811f0df35cbad5850df2206395442398e6224.tar.xz luciferreeves.github.io-cde811f0df35cbad5850df2206395442398e6224.zip | |
update main page view
Diffstat (limited to 'public/views/index.html')
| -rw-r--r-- | public/views/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/views/index.html b/public/views/index.html index ad3b4d8..c9dde6e 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -36,9 +36,7 @@ <!-- Hero Unit --> <div class="container margin-top-375" style="margin-top: 3.75rem;"> <div id="hero-unit" class="hero-unit hidden"></div> - <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> + <div id="posts"></div> </div> <script src="/static/assets/js/jquery.js"></script> <script src="/static/assets/js/bootstrap-386.js"></script> |
