-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
52 lines (47 loc) · 2.39 KB
/
personal.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
<html>
<head>
<link type="text/css" rel="stylesheet" href="https://id.untone.uk/css/global.css">
<link type="text/css" rel="stylesheet" href="main.css">
<link rel="stylesheet" type="text/css" href="https://shared.untone.uk/share.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
</head>
<body class="theme_dark">
<div class="page__content-inner" style="max-width: 600px; margin: 0px auto;">
<div class="panel__generic panel__advanced-text-container" style="padding: 20px;">
<h1>Personal Sites</h1>
<p>UNTONE hosts a wide variety of personal websites, for UNTONE members, or just friends of UNTONE. Often
times these websites are not directly affiliated with UNTONE.</p>
<p>We are not directly responsible for any content hosted on these sites, nor do we generate any of said
content.</p>
<p>Any personal site hosted by UNTONE will usually be on the untone.uk domain, and should link to this page.</p>
<p>For any legal concerns about the content hosted on these websites, please contact [email protected] or the respective owner of each website.</p>
<h3>Pages hosted</h3>
<p>This list may be outdated.</p>
<ul>
<li>
<a href="https://minnie.untone.uk">minnie.untone.uk</a>
</li>
<li>
<a href="https://riles.untone.uk">riles.untone.uk</a>
</li>
<li>
<a href="https://dragonick.untone.uk">dragonick.untone.uk</a>
</li>
<li>
<a href="https://glassive.untone.uk">glassive.untone.uk</a>
</li>
<li>
<a href="https://guigui.untone.uk">guigui.untone.uk</a>
</li>
</ul>
</div>
<div class="panel__generic panel__advanced-text-container" style="padding: 20px;">
<a class="button" href="https://untone.uk" style="margin-top: 200px;">Learn more about UNTONE</a>
</div>
</div>
</body>
</html>