forked from jsbin/jsbin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.06 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8 />
<title>JS Bin Help</title>
<style>
body { font: 13px/1.3em "helvetica neue";}
</style>
</head>
<body>
<h1>JS Bin Help</h1>
<p>JS Bin is an open source collaborative JavaScript debugging tool.</p>
<p>If you want to get involved to help make JS Bin better (or perhaps fix a bug you've found), please <a href="http://github.com/remy/jsbin">fork JS Bin on github</a> and send me a pull request.</p>
<!-- <ul class="videos">
<li><a href="#">Introduction</a></li>
<li><a href="#">Ajax debugging</a></li>
</ul> -->
<p><em>Video tutorials will be coming <del>shortly</del> one day.</em></p>
<ul>
<!-- <li>User Interface (to be completed - coming real soon!)</li> -->
<li><a href="/help/faq">FAQ</a></li>
<li><a href="/help/tips">Tips & Keyboard shortcuts</a></li>
<li><a href="/help/hackers">Hacking tips (custom urls, etc)</a></li>
<li><a href="/help/who">Who built this?</a></li>
<li><a href="/help/bugs">Bugs, Feedback & Contribute</a></li>
</ul>
</body>
</html>