Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<title>2KnightDesigns</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<!-- TOP HEADER -->
<div id="Header">
</div>
<div id="HeaderLine"></div>
<div id="ContainerTwo">
<!-- MAIN PART -->
<div id="Main">
<div id="Logo"></div>
<div id="MenuPosition">
<table>
    <tbody><tr>
       <td id="ButtonOne"></td>
       <td id="ButtonTwo"></td>
       <td id="ButtonThree"></td>
       <td id="ButtonFour"></td>
    </tr>
</tbody></table>
</div>
<div id="Arrow"></div>
</div>
<!-- END OF MAIN PART -->
</div>
<div id="Footer">
</div>
</body></html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers