-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.39 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lapylink</title>
<link rel="stylesheet" href="css/index.css"/>
<link rel="stylesheet" href="css/icons.css"/>
<link rel="stylesheet" href="css/twemoji-awesome.css">
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="v-filler"></div>
<div class="container main">
<div class="title">
<h1>lapy.<i class="twa twa-link" style="color: transparent;user-select: all;">link</i></h1>
</div>
<hr />
<div class="content">
<ul class="links">
<a href="https://k.lapy.link"><li class="link">
<i class="grayscale twa lli-misskey"></i>
Misskey.lapy
</li></a>
<a href="https://sengi.lapy.link"><li class="link">
<i class="grayscale twa lli-sengi"></i>
Sengi.lapy
<span class="description">Web Client for Mastodon/Pleroma</span>
</li></a>
<a href="https://files.lapy.link"><li class="link">
<i class="grayscale twa twa-file-folder"></i>
Files.lapy
<span class="description">Public files</span>
</li></a>
</ul>
</div>
</div>
</body>
</html>