aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-03-21 05:57:25 -0400
committerBobby <[email protected]>2022-03-21 05:57:25 -0400
commitc0c3d6ef17574a8695121f8a6a63e8a521e54fef (patch)
tree3159b84f06109f3ab94aad3ede81c25efe74dc46
parentcde811f0df35cbad5850df2206395442398e6224 (diff)
downloadluciferreeves.github.io-c0c3d6ef17574a8695121f8a6a63e8a521e54fef.tar.xz
luciferreeves.github.io-c0c3d6ef17574a8695121f8a6a63e8a521e54fef.zip
Added alert message
-rw-r--r--public/views/index.html5
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>