-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.04 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ideeeaaaaaasss!!</title>
<link rel="stylesheet" type="text/css" href="/base.css"/>
</head>
<body>
<header>
<center>
<h1>Estas son Nuestras Ideas</h1>
</center>
</header>
<section>
<article>
<dl>
<dt><a href="/remindernotes">ReminderNotes</a></dt>
<dd>Reminder tipo memo pad que solo se utiliza una vez, cuando se necesita.</dd>
<dt><a href="/contactsync">ContactSync</a></dt>
<dd>Backup en linea de todos los contactos de celular.</dd>
<dt><a href="/jukeboxupdate">JukeBox Update</a></dt>
<dd>Un update de la musica de cada genero.</dd>
</dl>
</article>
<aside>
<p>Nuestro grupo se llama <em>DempseyRoll</em>.</p>
<ul>
<li>Carlos Velasquez</li>
<li>Carlos Aguilar</li>
<li>Hugo Rodriguez</li>
</ul>
</aside>
</section>
</body>
</html>