Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <meta name="author" content="Richie Brown" />
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <link rel="stylesheet" type="text/css" href="css/style.css" />
- </head>
- <title>Website Homepage</title>
- <body>
- <!--====================Begin Navigation Bar========================-->
- <div id="navigation">
- <div style="float:left;">
- <a href="index.html">Home</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- </div>
- </div>
- <!--====================End Navigation Bar==========================-->
- <!--====================Begin Page Header/Title========================-->
- <div id="pagehead">
- Page Title
- </div>
- <!--====================End Page Header/Title==========================-->
- <!--====================Begin Content Area======================-->
- <div style="padding:20px;">
- <div id="pagecontent">
- <div class="main-content-font">
- The title of this page goes in the gray box above. This is the homepage, you can put <u>anything</u> here (the main content of your website
- which has some neat features and explains what your site is about should go here)!<br />
- <br>
- Content, content, and more content!<br />
- <br>
- Try to make it fill up as much space as possible, making the page longer. Don't fill it with useless junk, just anything
- you can think of that will benefit the page.
- </div>
- </div>
- </div>
- <!--====================End Content Area========================-->
- <!--====================Begin Footer========================-->
- <div class='footer'>
- <div style="padding-top:20px;">
- <center>
- <div class="copyright-text">
- ©Website. All Rights Reserved.
- </div>
- <form>
- <input id="search" type="text" placeholder="Search our website..." />
- <input id="searchsubmit" type="submit" value="" />
- </form>
- </center>
- </div>
- </div>
- <!--====================End Footer==========================-->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement