aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-13 19:26:48 -0500
committerGitHub <noreply@github.com>2017-12-13 19:26:48 -0500
commitabe7abc1877afc59c7fbf05ec2ac9666ccf45c95 (patch)
tree4507053a6cc6a682805a8a1d49fa055cd5ff32d9 /index.html
parent8ba46f56e2cb9cce1a0288c3c8bb3382ba636de9 (diff)
downloadaleecorp-website-abe7abc1877afc59c7fbf05ec2ac9666ccf45c95.tar.gz
aleecorp-website-abe7abc1877afc59c7fbf05ec2ac9666ccf45c95.tar.bz2
aleecorp-website-abe7abc1877afc59c7fbf05ec2ac9666ccf45c95.zip
Rename newsite.html to index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2062542
--- /dev/null
+++ b/index.html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>AleeCorp Website | Home</title>
+ <link rel="stylesheet" href="./css/style.css">
+ </head>
+ <body>
+ <header>
+ <div class="container">
+ <div id="branding">
+ <h1>AleeCorp Website</h1>
+ </div>
+ <nav>
+ <ul>
+ <li class="current"><a href="#">Home</a></li>
+ <li><a href="#">Downloads</a></li>
+ <li><a href="#">About</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>Shh don't leak our work!!!!</h1>
+ </div>
+ <!--
+ <footer>
+ <p>AleeCorp, Copyright &copy; 2017</p>
+ </footer> !-->
+ </body>
+</html>