This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
agario-webclient/app.html

20 lines
541 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>agario-webclient</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/pixi.js/3.0.6/pixi.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.5/dat.gui.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/stats.js/r11/Stats.js"></script>
<script src="out.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</style>
</head>
<body>
<div id="viewer">
</div>
</body>
</html>