aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorElijah Moore <elimoor@siue.edu>2022-01-28 11:55:04 -0600
committerElijah Moore <elimoor@siue.edu>2022-01-28 11:55:04 -0600
commitacf24c9bdaee0fbbff45c358f2d704da908b0080 (patch)
tree00d515cab48b2c795e4aa023a35fd3b9ddbde952 /index.html
parent17a0c007c4ff516e91451dbbe32fcf96c45a57dc (diff)
Basic website framework creation
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2f59394..9a52839 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
<html lang="en">
<head>
+ <title>SIUE Zone Container Manager</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="ZoneStyle.css">
</head>
@@ -12,7 +13,6 @@
<!-- sidebar on the left -->
<div class="sidenav" id="sidebar">
<ul>
- <li><a href="#">Create Template</a></li>
<li><a href="#">Log Out</a></li>
</ul>
</div>