hp/index.html
2025-01-15 02:28:16 +09:00

36 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skyizwhite</title>
<meta name="description" content="paku's website">
<meta property="og:title" content="skyizwhite">
<meta property="og:description" content="paku's website">
<meta property="og:url" content="https://skyizwhite.dev">
<meta property="og:image" content="https://skyizwhite.dev/img/me.jpg">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:type" content="website">
<meta property="og:site_name" content="skyizwhite">
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="stylesheet" href="/style/ress.css">
<link rel="stylesheet" href="/style/index.css">
</head>
<body>
<main class="container">
<img src="/img/me.jpg" alt="Profile Picture" class="profile-image">
<h1 class="title">
<span>paku</span><!--
--><span>@skyizwhite.dev</span>
</h1>
<div class="links">
<a href="https://keyoxide.org/f39d5b2c951d16732a5cd3528f0c1a22f26d7e62" target="_blank">Keyoxide</a>
<a href="https://github.com/skyizwhite" target="_blank">GitHub</a>
<a href="https://code.skyizwhite.dev/paku" target="_blank">Forgejo</a>
<a href="https://himagine.club/@skyizwhite" target="_blank">Fediverse</a>
<a href="https://status.skyizwhite.dev" target="_blank">Service Status</a>
</div>
</main>
</body>
</html>