forked from Hungry-Hobo/Homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.26 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
<html>
<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade|Source+Code+Pro" rel="stylesheet">
</head>
<body>
<h1>HOME</h1>
<div class="wrap">
<div class="all">
<div class="title google"><h3>google</h3></div>
<div class="links google">
<a href="https://www.youtube.com"><p>youtube</p></a>
<a href="https://drive.google.com/drive/my-drive"><p>drive</p></a>
<a href="https://mail.google.com/"><p>inbox</p></a>
<a href="https://calendar.google.com/calendar/r">
<p>calendar</p>
</a>
</div>
</div>
<div class="all">
<div class="title media">
<h3>news & media</h3>
</div>
<div class="links media">
<a href="https://www.inoreader.com/all_articles">
<p>inoreader</p>
</a>
<a href="https://www.reddit.com">
<p>reddit</p>
</a>
<a href="https://news.ycombinator.com/">
<p>hackernews</p>
</a>
<a href="https://pinboard.in/u:alexc">
<p>pinboard</p>
</a>
</div>
</div>
</div>
</body>
</html>