Files
febbweiss.github.io/demo/pacman/index.html
ECAILLE Fabrice (externe) 2e64cb961e Initial commit
2017-05-03 16:46:01 +02:00

45 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Pacman</title>
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url("css/hack/csshover3.htc");
}
</style>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script src="lib/jquery-1.8.3.min.js" type="text/javascript" ></script>
<script src="lib/jquery-ui-1.8.23.custom.min.js" type="text/javascript" ></script>
<script src="lib/soundmanager2.min.js" type="text/javascript"></script>
<script src="lib/gamequery-0.7.0.js" type="text/javascript" ></script>
<script src="lib/gamequery-soundwrapper-soundmanager.js" type="text/javascript"></script>
<script src="js/utils.js" type="text/javascript"></script>
<script src="js/scoreboard.js" type="text/javascript" ></script>
<script src="js/pacman-data.js" type="text/javascript" ></script>
<script src="js/pacman-ui.js" type="text/javascript" ></script>
<script src="js/pacman-core.js" type="text/javascript" ></script>
<link href="css/pacman.css" type="text/css" rel="stylesheet" media="screen, projection" />
<link href="../../extra/css/extra.css" type="text/css" rel="stylesheet" media="screen, projection" />
<script src="../../extra/js/pacman.js" type="text/javascript" ></script>
</head>
<div>
<div id="playgroundContainer">
<div id="playground"></div>
</div>
</div>
<div style="text-align: center;margin-top: 00px;">
<button id="startBtn" class="push--skeuo">Start</button>
</div>
<script type="text/javascript">
$(document).ready(function () {
GUI.drawText( $("#ranking"), 'Howto');
});
</script>
</body>
</html>