This is certainly the html of all time
This commit is contained in:
parent
ac677ff9f0
commit
365a4e17a1
3 changed files with 152 additions and 6 deletions
57
index.html
57
index.html
|
|
@ -1,6 +1,51 @@
|
|||
computer man<br>
|
||||
<ul>
|
||||
<li><a href="//www.diskfloppy.me/">diskfloppy.me</a></li>
|
||||
<li><a href="http://www.hyprcat.net">hyprcat.net (HTTP only)</a></li>
|
||||
<li><a href="https://weh.moe">weh.moe</a></li>
|
||||
</ul>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="master.css">
|
||||
<title>~floppy</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page-container">
|
||||
<div class="grid">
|
||||
<div>
|
||||
<h1>~floppy</h1>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<em>Certified PHP User</em><br>
|
||||
"My life is a living nightmare!"
|
||||
</p>
|
||||
</div>
|
||||
<div><img src="profile-image.png" class="profile-image"></div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>19 y/o, British</li>
|
||||
<li>Theatre Technician</li>
|
||||
<li>"Web Developer"</li>
|
||||
<li>Part-time NixOS user</li>
|
||||
<li>Self-taught programmer</li>
|
||||
<li>Somewhat a weather nerd</li>
|
||||
</ul>
|
||||
<p class="social-heading">Social:</p>
|
||||
<ul class="social">
|
||||
<li><strong>Forgejo:</strong> <a href="https://git.frzn.dev/fwoppydwisk/">@fwoppydwisk</a></li>
|
||||
<li><strong>E-mail:</strong> <a href="mailto:floppydisk@hyprcat.net">floppydisk@hyprcat.net</a></li>
|
||||
<li><strong>Mastodon:</strong> <a href="https://c.im/@floppydisk">@floppydisk@c.im</a></li>
|
||||
<li><strong>Matrix:</strong> <a
|
||||
href="https://matrix.to/#/@floppydisk:arcticfoxes.net">@floppydisk:arcticfoxes.net</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div><strong>Websites:</strong>
|
||||
<a href="https://www.diskfloppy.me">diskfloppy.me</a> /
|
||||
<a href="http://www.hyprcat.net">hyprcat.net</a> /
|
||||
<a href="https://weh.moe">weh.moe</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue