-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (40 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="assets/css/print.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="assets/css/pygment_trac.css" media="screen">
<title>Juegos de Adrián Panadero y Juan José Prieto</title>
</head>
<body>
<header>
<div class="inner">
<h1>Juegos desarrollados</h1>
<h2>por Adrián Panadero y Juan José Prieto</h2>
<a href="https://github.com/AdriPanG/DVI" class="button">
<small>Mira el código en</small>
GitHub
</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<div id="home">
<ul class="posts">
<b>Proyectos anteriores:</b>
<li><a href="MemoryGame/index.html">Memory Game</a></li>
<li><a href="TapperBeer/index.html">TapperBeer Game</a></li>
<li><a href="SuperMarioBros/index.html">Super Mario Bros Game</a></li>
<b>Proyecto final:</b>
<li><a href="NuclearBall/index.html">NuclearBall</a></li>
</ul>
</div>
</section>
</div>
</div>
</body>
</html>