This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (39 loc) · 1.65 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
<!doctype html>
<html lang="en">
<head>
<title>Top youtubers</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="fragment" content="!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script type="text/javascript" src="app/script.js"></script>
</head>
<body>
<div id="wrapper">
<div id="header" class="section">
<h1>🔝 YouTube Channels</h1>
<p>Lista de los mejores canales de fitness de españa ordenada por número de suscriptores y curada a mano.</p>
<p>Si echas de menos algún canal simplemente escríbeme a <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div id="content" class="section">
<table id="channelListTable">
<thead>
<tr>
<th class="position">#</th>
<th>Canal</th>
<th class="sub-count">Suscriptores</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="footer" class="section">
Created by <a target="_blank" href="http://github.com/victoor">Víctor Falcón</a>
(<a target="_blank" href="http://youtube.com/c/yuufit">Youtube</a>) -
<a target="_blank" href="https://github.com/Victoor/top-youtubers">Source code</a>
</div>
</div>
</body>
</html>