Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script type="text/javascript">
- var domainroot="www.enterlater.com"
- function Gsitesearch(curobj){
- curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
- }
- </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="signup.html">Sign Up</a>
- <a href="login.html">Login</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- <a href="#">Link</a>
- </div>
- </div>
- <!--====================End Navigation Bar==========================-->
- <!--====================Begin Content Area======================-->
- <div id="content" style="padding-bottom: 100px">
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- <div style="padding:10">
- See my problem?
- </div>
- </div>
- <!--====================End Content Area========================-->
- <!--====================Begin Footer========================-->
- <style type="text/css">
- .footer {
- position:fixed;
- bottom:0px;
- width: 100%;
- margin-left: 0px;
- height: 100px;
- border-top: 1px solid black;
- background: #FFFFFF;
- }
- </style>
- <div class='footer'>
- <div style="padding-top:20px;">
- <center>
- <font face="calibri" color="black">
- ©Website. All Rights Reserved.
- </font>
- <form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">
- <input name="q" type="hidden" />
- <input type="text" placeholder="Search our site..." name="qfont" /> <input type="submit" value="Search" />
- </form>
- </center>
- </div>
- </div>
- <!--====================End Footer==========================-->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement