jocly/examples/browser/simple.html

25 lines
487 B
HTML
Raw Normal View History

2017-03-29 17:30:37 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2017-04-04 23:55:50 +02:00
<title>Jocly Example Simple</title>
<meta name="description" content="Jocly simple example">
2017-03-29 17:30:37 +02:00
<meta name="author" content="Jocly">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="game-area1" class="game-area">
<div id="progress-bar"></div>
</div>
<script src="../../dist/browser/jocly.js"></script>
<script src="js/simple.js"></script>
</body>
</html>