-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Leyendo Ciencia Ficción</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<link rel="stylesheet" href="./styles/index.css">
</head>
<body>
<div class="ui text container login-box">
<img class="ui centered image logo" src="/images/logo.png">
<h1 class="ui center aligned header">Leyendo Ciencia Ficción</h1>
<h2 class="ui center aligned header">Especial Podcast Apocalíptico</h2>
</div>
<footer>
<a href="https://www.ivoox.com/podcast-podcast-leyendo-ciencia-ficcion_sq_f1249389_1.html"><i class="podcast icon"></i>Podcast</a>
<a href="https://twitter.com/leyendoscifi"><i class="twitter icon"></i>Twitter</a>
<a href="https://www.facebook.com/leyendocienciaficcion/"><i class="facebook icon"></i>Facebook</a>
<a href="mailto://[email protected]"><i class="envelope icon"></i>E-mail</a>
</footer>
</body>
</html>