blob: 0d9a29cb983914f98d49b6797b0b600a2aaa6399 (
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
|
<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 alt="GitHub followers" src="https://img.shields.io/github/followers/lonkaars?style=social"></a>
</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="img/pipeframe.png" alt="Mariokart 8 pipe frame kart">
</p>
</main>
</body>
</html>
|