mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
44 lines
1.2 KiB
HTML
44 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>JS Bin</title>
|
|
<meta name="viewport" content="width=device-width"/>
|
|
<link rel="icon" href="/images/favicon.png"/>
|
|
<link rel="stylesheet" href="/css/sub/style.css"/>
|
|
<link rel="stylesheet" href="/css/github.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<header>
|
|
<div class="inner"><a id="back" href="/"><span class="morewords">Back to JS Bin</span></a>
|
|
<nav><a href="/help">Help</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<div id="body">
|
|
{{{body}}}
|
|
</div>
|
|
<div class="clear">
|
|
</div>
|
|
</div>
|
|
<footer id="footer">
|
|
<div class="inner">
|
|
<ul class="notable">
|
|
<li><a href="/about">About</a>
|
|
</li>
|
|
<li><a href="http://github.com/jsbin">Github</a>
|
|
</li>
|
|
<li><a href="http://twitter.com/js_bin">Twitter</a>
|
|
</li>
|
|
<li><a href="http://jsbin.com/videos">YouTube</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
<script src="/js/highlight.pack.js"></script>
|
|
<script>hljs.initHighlightingOnLoad();
|
|
</script>
|
|
</html>
|