Files
gun/test/panic.html
2016-05-13 19:00:58 -07:00

10 lines
278 B
HTML

<html>
<script src="http://rawgithub.com/gundb/panic-client/master/panic.js"></script>
<script src="http://gungame.herokuapp.com/gun.js"></script>
<script type="text/javascript">
panic.server('http://192.168.1.103:3000');
</script>
<body>
Happiness :D.
</body>
</html>