nodegame-game-template
Version:
Template files for a standard nodeGame game
16 lines (15 loc) • 577 B
HTML
<title>Welcome!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Loading nodeGame libraries and CSS -->
<script src="/socket.io/socket.io.js"></script>
<script src="/javascripts/nodegame-full.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="/lib/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/stylesheets/nodegame.min.css" />
<!-- end -->
<body>
<noscript>
Sorry, you need to enable javascript in order to play this game.
</noscript>
<script src="js/index.js" charset="utf-8"></script>
</body>