-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGames.html
More file actions
97 lines (83 loc) · 3.98 KB
/
Games.html
File metadata and controls
97 lines (83 loc) · 3.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DKIDS Game page</title>
<link href="style.css" rel="stylesheet">
<link href="Logos/50x50.JPG" rel="icon">
</head>
<body>
<div id="grad">
<nav class="nav">
<a href="index.html">Home</a>
<span class="selected">Game Development</span>
<a href="Programming.html">Programming Stuff</a>
<a href="about.html">About Me</a>
<a href="Other.html">Other</a>
</nav>
</div>
<nav class="nav2">
<a href="D-Multi.html">D-Multi Games</a>
<a href="cTech.html">cTech Collaborations</a>
<a href="BubadabadosGames.html">BubadabadosGames Collaborations</a>
</nav>
<h1>DKIDS Games</h1>
<br>
<img src="Logos/50x50.JPG" alt="D-Multi logo" width="250" height="250">
<p class="text"><strong>Welcome to the D-Kids Game Page! <a href="Games/Tick-Travel-Mini.html">Tick Travel Mini</a> is here, and Tick Travel is coming soon!</strong></p>
<!-- Discontinue games
<br>
<div>
<span onClick="scratch();" class="games">Scratch Games</span>
<span onClick="coming();" class="games">Canvas Games</span>
<br>
<br>
<div id="birthday" style="display: none;">
<iframe allowtransparency="true" width="485" height="402" src="https://scratch.mit.edu/projects/embed/118848757/?autostart=true" frameborder="0" allowfullscreen></iframe>
<br>
<span onClick="csbg();" class="games">Close Birthday Game</span>
<br>
</div>
<div id="luke" style="display:none;">
<iframe allowtransparency="true" width="485" height="402" src="https://scratch.mit.edu/projects/embed/136591359/?autostart=true" frameborder="0" allowfullscreen></iframe>
<br>
<span onClick="cslg();" class="games">Close Luke Game</span>
<br>
</div>
<br>
<div id="center" style="display:none;">
<iframe allowtransparency="true" width="485" height="402" src="https://scratch.mit.edu/projects/embed/144333284/?autostart=false" frameborder="0" allowfullscreen></iframe>
<br>
<span onClick="cscg();" class="games">Close Fun Center</span>
<br>
</div>
<div id="hunter" style="display:none;">
<iframe allowtransparency="true" width="485" height="402" src="https://scratch.mit.edu/projects/embed/125762648/?autostart=false" frameborder="0" allowfullscreen></iframe>
<br>
<span onClick="cshg();" class="games">Close Star Hunter</span>
<br>
</div>
<br>
<div id="scratch" style="display: none;">
<span onClick="luke();" class="games scratchs">Luke Game</span>
<span onClick="birthday();" class="games scratchs">Birthday Game</span>
<span onClick="center();" class="games scratchs">Fun Center</span>
<span onClick="hunter();" class="games scratchs">Star Hunter</span>
<span onClick="coming();" class="games scratchs">Fish Destruction</span>
<span onClick="coming();" class="games scratchs">Spider Crawl</span>
<span onClick="coming();" class="games scratchs">Cheese Chase</span>
<span onClick="coming();" class="games scratchs">Average Volume Calculator</span>
<span onClick="coming();" class="games scratchs">Second to Minute Calculator</span>
<span onClick="coming();" class="games scratchs">Sprite Trail</span>
<span onClick="coming();" class="games scratchs">Circle Wars</span>
<span onClick="coming();" class="games scratchs">Calculator</span>
<span onClick="coming();" class="games scratchs">Lion Jump</span>
<span onClick="coming();" class="games scratchs">Spiral Art</span>
<span onClick="coming();" class="games scratchs">Twist Up</span>
<span onClick="coming();" class="games scratchs">Cat Song</span>
<span onClick="csg();" class="games">Close Scratch Games</span>
</div>
</div>-->
<script src="JavaScript.js"> </script>
</body>
</html>