-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 2.42 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 2.42 KB
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
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="Entry point for my most visited webpages.">
<html lang="en">
<head>
<title>Sergi Tubert's Main page</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="list">
<div class="title google">
<h3>google</h3>
</div>
<div class="links">
<a href="https://www.youtube.com">youtube</a>
<a href="https://drive.google.com/drive/my-drive">drive</a>
<a href="https://mail.google.com/mail/u/0/#inbox">mail</a>
</div>
</div>
<div class="list">
<div class="title reddit">
<h3>reddit</h3>
</div>
<div class="links">
<a href="https://www.reddit.com/">front</a>
<a href="https://www.reddit.com/r/webdev">/r/webdev</a>
<a href="https://www.reddit.com/r/CozyPlaces">/r/CozyPlaces</a>
<a href="https://www.reddit.com/r/battlestations">/r/battlestations</a>
<a href="https://www.reddit.com/r/unixporn">/r/unixporn</a>
</div>
</div>
<div class="list">
<div class="title news">
<h3>news</h3>
</div>
<div class="links">
<a href="http://www.lavanguardia.com">LaVanguardia</a>
<a href="http://www.marca.com">Marca</a>
<a href="http://www.acb.com">ACB</a>
<a href="https://www.xataka.com">xataka</a>
<a href="https://www.genbeta.com">genbeta</a>
</div>
</div>
<div class="list">
<div class="title others">
<h3>others</h3>
</div>
<div class="links">
<a href="https://web.whatsapp.com/">whatsapp</a>
<a href="https://www.forocoches.com">forocoches</a>
</div>
</div>
</div>
</body>
</html>