diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -6,6 +6,7 @@ <link href="assets/css/style.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> </head> <body> <div id="top-bar"> @@ -31,7 +32,7 @@ </div> <main> - + <div id='search'> <h2>The solutions to all your problems.</h2> <!--<img src="assets/images/down.png">--> @@ -43,15 +44,15 @@ <footer> - <nav> - <ul> - <li><a href="#">Contact</a></li> - <li><a href="#">About Us</a></li> - <li><a href="#">Terms of Use</a></li> - </ul> - </nav> + <div id="footer-container"> + <nav> + <a href="#">Contact</a> + <a href="#">About Us</a> + <a href="#">Terms of Use</a> + </nav> + <h6>Copyright 2016</h6> + </div> - <h6>Copyright 2016</h6> </footer> </body> </html>
\ No newline at end of file |
