aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 2062542..d120346 100644
--- a/index.html
+++ b/index.html
@@ -3,14 +3,14 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <title>AleeCorp Website | Home</title>
+ <title>AleeCorp Network | Home</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
- <h1>AleeCorp Website</h1>
+ <h1>AleeCorp Network</h1>
</div>
<nav>
<ul>
@@ -22,11 +22,11 @@
</div>
</header>
<div class="container">
- <h1>Shh don't leak our work!!!!</h1>
+ <h1>Header 1</h1>
+ <h2>Header 2</h2>
</div>
- <!--
<footer>
- <p>AleeCorp, Copyright &copy; 2017</p>
- </footer> !-->
+ <p>AleeCorp Network, Copyright &copy; 2017</p>
+ </footer>
</body>
</html>