aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: de7bd485e8198927b38d9127a2d1aa47222690cf (plain)
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
<html lang="en-US">
	<head>
		<meta charset='utf-8'>
		<meta http-equiv='X-UA-Compatible' content='IE=edge'>
		<title>pipeframe</title>
		<meta name='viewport' content='width=device-width, initial-scale=1'>
		<link rel='stylesheet' type='text/css' href='style.css'>
	</head>
	<body>

		<main>

			<h1>Welcome to pipeframe.xyz</h1>

			<p style="text-align: center">
				<a target="_blank" href="https://github.com/lonkaars"><img class="shield" alt="GitHub followers" src="https://img.shields.io/github/followers/lonkaars?style=social"></a>
				<img class="shield" alt="Uptime Robot ratio (30 days)" src="https://img.shields.io/uptimerobot/ratio/m788221897-5d991019935e5b6300223adf">
			</p>

			<ul>
				<li>Most of the things I do should be <a target="_blank" href="https://git.pipeframe.xyz">here</a></li>
				<li>If not, they're likely over on <a target="_blank" href="https://github.com/lonkaars">GitHub</a></li>
				<li>I also have a <a target="_blank" href="https://blog.pipeframe.xyz">blog</a> that I rarely update</li>
			</ul>

			<div class="fill"></div>

			<p align="center">
				(the domain name comes from this bad boy)<br/>
				<img src="pipeframe.png" alt="Mariokart 8 pipe frame kart">
			</p>

		</main>

	</body>
</html>