forked from datanomi/cum.fi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 2.92 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
<!DOCTYPE html>
<html class="obwhodxn idc0_330" lang="en">
<head>
<title>Cumpal's comfy place - cum.fi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="icon" type="image/png" href="/content/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/content/main.css">
<meta name="description" content="Cumpal's comfy place">
<meta property="og:image" content="/content/favicon.png">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="theme-color" content="#181818">
</head>
<body>
<div class="main">
<div class="header">
<h1>Cumpal's comfy place - cum.fi</h1>
<p>Welcome!</p>
</div>
<div class="body">
<div class="section">
<h2>About this site</h2>
<p>This site is mostly empty, because I have no ideas on what to do with it.</p>
<p>I only use it for ShareX and das about it.</p>
<p>This is my "first" domain that I actually used for something and it was a domain for my home server</p>
<p>The first domain I ever bought was cumpal.xyz but due to me fucking things up, I abandoned it and bought cum.fi literally the next day.</p>
<p>That thing is unfortunatly gone now and so is most of this domain.</p>
<p>This site used to be a Wordpress site where I would dump everything and information about me but it has been superseded by <a href="https://mha.fi">mha.fi</a>.</p>
</div>
<div class="section">
<h2>Free subdomains</h2>
<p>To make this domain more useful and let others take advantage of it's genius name, <br> I setup a repo where you can add additional subdomains to it.</p>
<p>To add a subdomain simply edit the file under dns/dnsconfig.js and make a pull request of the changes. I will approve them daily.</p>
<p>You can even add MX records to your subdomain so you can use it for mail if you want.</p>
<p>Repo: <a href="https://github.com/datanomi/cum.fi">https://github.com/datanomi/cum.fi</a></p>
<br>
<br>
<script>
update = new Date(document.lastModified)
theMonth = update.getMonth() + 1
theDate = update.getDate()
theYear = update.getFullYear()
theTimeUS = update.toLocaleTimeString('en-US')
theTimeGB = update.toLocaleTimeString('en-GB')
document.writeln("<I>Last modified: " + theDate + "." + theMonth + "." + theYear + ", " + theTimeUS + " / " + theTimeGB, "</I>")
</script>
</body>
<!-- ignore this, just for testing --->
</html>