jsbin/public/help/bugs.html
Aron Carroll ef05666727 Move PHP codebase into ./public directory
Updated all relevant paths to point to new locations. Webs servers will
need to be updated to point to ./public. The build script remains in the
root and will work as before.
2012-04-17 11:38:35 +01:00

16 lines
556 B
HTML

<!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>Bugs / Feedback</h1>
<p>Please log any issues or feedback via the <a href="http://github.com/remy/jsbin/issues">issue tracker</a>.</p>
<h1>Contributing</h1>
<p>JS Bin is a labour of love and completely free to make better or simply host in your own internal dev environment. Help yourself to the code over on <a href="http://github.com/remy/jsbin">Github</a>.</p>
</body>
</html>