-
Notifications
You must be signed in to change notification settings - Fork 0
/
more.html
52 lines (42 loc) · 1.48 KB
/
more.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>More by Katniny Studios</title>
</head>
<body style="text-align: center;">
<br />
<h1 style="text-decoration: underline;">More by Katniny Studios</h1>
<p>See other projects by Katniny Studios that help create a safer internet (or exist to entertain you).</p>
<a href="https://github.com/katniny?tab=repositories" target="_blank">Interested in contributing to a project?</a>
<br />
<br />
<a href="https://transs.social/" target="_blank"><img src="https://transs.social/assets/imgs/favicon.png"
width="25px" style="transform: translateY(8px);" /> TransSocial - a safe place for everyone</a>
<br /><small>Requires a Katniny account. <a href="https://transs.social/policies/privacy" target="_blank">Privacy
Policy</a></small>
</body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
body {
background: #1f1f1f;
color: #fff;
}
a {
color: cyan;
}
a:hover {
text-decoration: none;
color: #00bbbb;
}
small {
color: #bbb;
}
</style>
</html>