-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (68 loc) · 2.35 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="eng">
<html>
<head>
<!-- Start -->
<meta charset="UTF-8" />
<title>Welcome to the Internet</title> <!--remove prototype when finished-->
<!-- CSS ref -->
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body onload="startTime()">
<div class="container1">
<div class="title1">
<h1 id="title">Welcome to the Internet</h1>
</div>
<!-- Uncomment for clock--- <div class="clock-container">
<div class="clock" id="clock"></div>
</div> -->
<div class="box">
<h2>
<span>Imageboards</span>
</h2>
<h3>
<a href="https://boards.4chan.org/ic/">Art/Critique</a>
<a href="https://boards.4channel.org/vg/">Vidya General</a>
<a href="https://boards.4chan.org/d/">H Alternative</a>
</h3>
</div>
<div class="box">
<h2><span>Favorites</span></h2>
<h3>
<a href="https://www.facebook.com/">-Facebook</a>
<a href="https://www.reddit.com/">-Reddit</a>
<a href="https://bsky.app/">-BlueSky</a>
<a href="https://twitter.com/">-Twitter</a>
<a href="https://mail.google.com/mail/u/0/#inbox">-Gmail</a>
<a href="https://www.youtube.com/feed/subscriptions">-Youtube</a>
<a href="https://www.twitch.tv/directory/following/games">-Twitch</a>
<a href="https://sketch.pixiv.net/lives">-Pixiv Sketch</a>
<!-- <a href="https://zenkit.com/c/PjPE6PZEy/art?v=70ZDJUh39A">-Zenkit-</a> -->
<a href="https://www.instagram.com/">-Instagram</a>
<a href="https://www.pinterest.com/">-Pinterest-</a>
</h3>
</div>
<div class="box">
<h2><span>Other Stuff</span></h2>
<h3>
<a href="https://exhentai.org/">SadPanda</a>
<a href="https://jpopsuki.eu/">Jpopsuki</a>
</h3>
</div>
<!-- <div class="box">
<h2><span>Home Server</span></h2>
<h3>
<a href="192.168.0.101:8084">QBClient</a>
<a href="https://192.168.0.101:9090/metrics/">Cockpit</a>
<a href="http://192.168.0.101:9000">Portainer</a>
<a href="http://192.168.0.101:8082">MangaReader</a>
<a href="http://192.168.0.101:8083">LANraragi</a>
<a href="http://192.168.0.101:8096/">Jellyfin</a>
<a href="http://192.168.0.101:8081/">Radarr</a>
</h3>
</div> -->
<!--scripts
<script src="js/reloj.js"></script>
-->
</body>
</html>