aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-13 19:32:09 -0500
committerGitHub <noreply@github.com>2017-12-13 19:32:09 -0500
commit542d8bf1dab4acce3958854bd4d7128e7600c716 (patch)
treec4f42a6f1705ebd7d4215a3f217ea672b81c451d /index.html
parentf322a258dc3cc1a272b314c1a26155ca53530d16 (diff)
downloadaleecorp-website-542d8bf1dab4acce3958854bd4d7128e7600c716.tar.gz
aleecorp-website-542d8bf1dab4acce3958854bd4d7128e7600c716.tar.bz2
aleecorp-website-542d8bf1dab4acce3958854bd4d7128e7600c716.zip
Made some changes
Diffstat (limited to 'index.html')
-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>