-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 991 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Raindrom. Copy of videogame Drop Drop Drop</title>
<meta name="description" content="Raindrop. Copy of videogame Drop Drop Drop. The goal was to learn about how the structure of an html5/JS videogame was">
<meta name="author" content="joaquindev">
<!--[if lt IE 9]/>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
An experiment to learn: Raindrop - HTML5 videogame. I do not own the copyright of anything related to this videogame which is entirely based on the fantastic work of <a href="http://jugaa.me">Jugaame</a> HTML5 videogame called <a href="http://jugaa.me/game/drop/">Drop Drop Drop</a>. Go and check their website for enjoying fantastic videogames.
<br/>
<br/>
<button onclick="window.location.href='/game.html'" type="button">Play Raindrop game which is an exact copy of the original game called Drop Drop Drop!</button>
</body>
</html>