forked from wayou/t-rex-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (39 loc) · 1.48 KB
/
index.html
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
<HTML>
<HEAD>
<TITLE>MENU</TITLE>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="b.css" />
</HEAD>
<BODY BGCOLOR="#D8D8D8" >
<!-- HUEZO -->
<h1> Juega dandole click a cualquier boton </h1>
<br>
<h2> t-rex-runner </h2>
<B>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/index1.html" class="myButton" target="_blank" > t-rex-runner ( oficial ) </A>
<br>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/celeste.html" class="myButton" target="_blank" > COLOR CELESTE </A>
<br>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/rojo.html" class="myButton" target="_blank" > COLOR ROJO </A>
<br>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/negro.html" class="myButton" target="_blank" > COLOR NEGRO </A>
<br>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/gris.html" class="myButton" target="_blank" > COLOR GRIS </A>
<br>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/morado.html" class="myButton" target="_blank" > COLOR MORADO </A>
<br>
<br>
<A HREF="https://huezo.github.io/t-rex-runner/blanco.html" class="myButton" target="_blank" > COLOR BLANCO </A>
<br>
<br>
<A HREF="https://huezohuezo1990.wordpress.com/" class="myButton" target="_blank" > BLOG </A>
</B>
<br> <br>
</BODY>
</HTML>