diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-13 19:32:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-13 19:32:09 -0500 |
| commit | 542d8bf1dab4acce3958854bd4d7128e7600c716 (patch) | |
| tree | c4f42a6f1705ebd7d4215a3f217ea672b81c451d /index.html | |
| parent | f322a258dc3cc1a272b314c1a26155ca53530d16 (diff) | |
| download | aleecorp-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.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 © 2017</p> - </footer> !--> + <p>AleeCorp Network, Copyright © 2017</p> + </footer> </body> </html> |
