nodegame-game-template
Version:
Template files for a standard nodeGame game
14 lines (13 loc) • 390 B
HTML
<title>Game</title>
<link rel="stylesheet" href="/lib/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/stylesheets/nodegame.css" />
<link rel="stylesheet" href="css/style.css" />
<body>
<div id="container">
<h2>Thank you for playing</h2>
<br/>
You just contributed to the progress of science. Kind of.
</div>
</div>
</body>