diff options
| author | Rubén Beltran del Río <ben@nsovocal.com> | 2018-08-01 03:35:42 +0000 |
|---|---|---|
| committer | Rubén Beltran del Río <ben@nsovocal.com> | 2018-08-01 03:35:42 +0000 |
| commit | 4546edbd1634cde4c9ffe90459269c17ba9f8bfb (patch) | |
| tree | 59736c13608189add6cbad0023ff05c790cd9304 /pages/index.html | |
| parent | b0b2aee1145b50a58c22d39627df717d45c6338f (diff) | |
| parent | 79056945102cec8f6d4d39383aad81f03ff318cb (diff) | |
Add Gitlab pages support
See merge request rbdr/dead-drop!4
Diffstat (limited to 'pages/index.html')
| -rw-r--r-- | pages/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..3b97c11 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,29 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta name="description" content="A social network."> + + <title>dead drop</title> + + <link href="https://fonts.googleapis.com/css?family=Bungee+Shade|Roboto:300" rel="stylesheet"> + <link href="css/style.css" rel="stylesheet"> + + </head> + <body> + <h1>DEAD DROP</h1> + <p class="description"> + Buzón de voz colaborativo. Deja un mensaje. Escucha un mensaje al azar. + </p> + <ul class="usage"> + <li>Guarda recordatorios</li> + <li>Comparte tus secretos más oscuros</li> + <li>Canta una canción</li> + <li>Di lo que estás pensando</li> + <li>Comparte tus secretos menos oscuros</li> + <li>Solo escucha</li> + </ul> + <p class="phone">(33) 4160-0915</p> + <p class="cta">Llama Ahora!</p> + </body> +</html> |