-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
56 lines (56 loc) · 1.9 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
49
50
51
52
53
54
55
56
<html>
<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<br>
<h1>Hello</h1>
<br>
<br>
<br>
<br>
<br>
<div class="all">
<div class="title google"><h3>google</h3></div>
<div class="links">
<a href="https://www.duckduckgo.com"><p>duckduckgo</p></a>
<a href="https://www.youtube.com/feed/subscriptions"><p>youtube</p></a>
<a href="https://drive.google.com/drive/my-drive"><p>drive</p></a>
<a href="https://mail.google.com/mail/u/0/#inbox"><p>gmail</p></a>
<a href="https://play.google.com/books"><p>books</p></a>
</div>
</div>
<div class="all">
<div class="title reddit"><h3>reddit</h3></div>
<div class="links">
<a href="https://www.reddit.com/"><p>front</p></a>
<a href="https://www.reddit.com/r/linux/"><p>/r/linux</p></a>
<a href="https://www.reddit.com/r/unixporn/"><p>/r/unixporn</p></a>
<a href="https://www.reddit.com/r/FULLCOMMUNISM/"><p>/r/FULLCOMMUNISM</p></a>
</div>
</div>
<div class="all">
<div class="title programming"><h3>programming</h3></div>
<div class="links">
<a href="https://github.com/"><p>github</p></a>
<a href="https://www.codecademy.com/learn"><p>codecademy</p></a>
<a href="http://stackoverflow.com/"><p>stack overflow</p></a>
</div>
</div>
<div class="all">
<div class="title gaming"><h3>gaming</h3></div>
<div class="links">
<a href="http://store.steampowered.com/"><p>steam</p></a>
<a href="https://www.gog.com/"><p>gog</p></a>
</div>
</div>
<div class="all">
<div class="title linux"><h3>linux</h3></div>
<div class="links">
<a href="https://wiki.archlinux.org/"><p>archwiki</p></a>
<a href="https://aur.archlinux.org/"><p>aur</p></a>
</div>
</div>
</body>
</html>