Update index.html
This commit is contained in:
18
index.html
18
index.html
@@ -1,12 +1,9 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Blocks demo</title>
|
<title>Blocks demo</title>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||||
<!-- <link rel="stylesheet" href="style.css"> -->
|
|
||||||
<link rel="stylesheet" href="cards.css">
|
<link rel="stylesheet" href="cards.css">
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
#particles-js {
|
#particles-js {
|
||||||
@@ -21,7 +18,6 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div id="particles-js"></div>
|
<div id="particles-js"></div>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="sound_player">
|
<div class="sound_player">
|
||||||
<audio id="menu_click">
|
<audio id="menu_click">
|
||||||
@@ -38,9 +34,8 @@
|
|||||||
<button class="nav-btn-xe" id="close-btn"></button>
|
<button class="nav-btn-xe" id="close-btn"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--- <div loaded="template/window_settings.html"></div> --->
|
|
||||||
<div class="cos-portal">
|
<div class="cos-portal">
|
||||||
<img id="blackhole" src="assets/textures/portal">
|
<img id="blackhole" src="assets/textures/portal.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="flexwrap">
|
<div class="flexwrap">
|
||||||
<div class="stats">
|
<div class="stats">
|
||||||
@@ -56,8 +51,6 @@
|
|||||||
<div id="test-group"></div>
|
<div id="test-group"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <button type="button">Start</button>
|
|
||||||
<button type="button" style="position:fixed; right: 300px;" onclick="clear_playground()">Clear</button> -->
|
|
||||||
<div id="alerted"></div>
|
<div id="alerted"></div>
|
||||||
<div id="start-the-game">
|
<div id="start-the-game">
|
||||||
<div onmouseover="menu_clicks();" onclick="initiate()">Start</div>
|
<div onmouseover="menu_clicks();" onclick="initiate()">Start</div>
|
||||||
@@ -102,13 +95,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<button onclick="menu_clicks();when_clicked_back();" class="menu-nav-button">Back</button>
|
<button onclick="menu_clicks();when_clicked_back();" class="menu-nav-button">Back</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="overlay">
|
<div class="overlay">
|
||||||
<div class="narrator">
|
<div class="narrator"></div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="scripts/gameboard.js"></script>
|
<script src="scripts/gameboard.js"></script>
|
||||||
<script src="scripts/sound.js"></script>
|
<script src="scripts/sound.js"></script>
|
||||||
<script src="scripts/options.js"></script>
|
<script src="scripts/options.js"></script>
|
||||||
@@ -116,7 +105,7 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/FitText.js/1.2.0/jquery.fittext.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/FitText.js/1.2.0/jquery.fittext.min.js"></script>
|
||||||
|
|
||||||
<!-- particles.js library -->
|
<!-- particles.js library -->
|
||||||
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
|
||||||
|
|
||||||
<script src="scripts/particles.js"></script>
|
<script src="scripts/particles.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/FitText.js/1.1/jquery.fittext.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/FitText.js/1.1/jquery.fittext.min.js"></script>
|
||||||
@@ -124,5 +113,4 @@
|
|||||||
jQuery(".card-numbers").fitText();
|
jQuery(".card-numbers").fitText();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user