diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,6 +53,12 @@ </script> </head> <body> + <!-- message box for alerts --> + <div id="message" style="display: none;"> + <span class="close glyphicon glyphicon-remove-sign"></span> + <span class="text"></span> + </div> + <!-- the status bar at the top of each page --> <div class="navbar navbar-inverse navbar-fixed-top" id="topbar"> <div class="container-fluid"> |