jsbin/live.php
2011-08-08 09:21:17 +01:00

16 lines
279 B
PHP

<?php
include('config.php');
?>
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Real-time live JS Bin</title>
<style>
body { margin: 0; padding: 0; overflow: hidden }
</style>
</head>
<body>
<script src="<?php echo ROOT ?>js/render/remote.js"></script>
</body>
</html>