diff options
| -rw-r--r-- | public/views/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/views/index.html b/public/views/index.html index c9dde6e..e1c970e 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -35,6 +35,11 @@ </div> <!-- Hero Unit --> <div class="container margin-top-375" style="margin-top: 3.75rem;"> + <div class="alert alert-success"> + <button type="button" class="close" data-dismiss="alert">×</button> + <strong>Hello, world! I'm Bobby!</strong><br><br> 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... + </div> <div id="hero-unit" class="hero-unit hidden"></div> <div id="posts"></div> </div> |
