Просмотр файла blocks/index.html

Размер файла: 964B
<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  <title>Tower Blocks</title>
  <link rel="icon" type="image/png" href="/favicon.png">
  <meta name="viewport" content="width=device-width, user-scalable=no">
  <link rel="stylesheet" href="css/style.css">
</head>

<body>

<div id="container">
	<div id="game"></div>
	<div id="score">0</div>
	<div id="instructions">Press Down to place the block - JBStore Exclusive</div>
	<div class="game-over">
		<h2>Game Over</h2>
		<p>You did great, you're the best.</p>
		<p>Click or spacebar to start again</p>
	</div>
	<div class="game-ready">
		<div id="start-button">Start with Down Button</div>
		<div></div>
	</div>
</div>
  <script src='js/zbvakw.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r83/three.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js'></script>

    <script  src="js/index.js"></script>

</body>

</html>