32 lines
859 B
HTML
32 lines
859 B
HTML
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
color: white
|
|
}
|
|
|
|
a {
|
|
color: white
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1><img src="assets/images/avatar.jpg" width=50 height=50> yude.moe</h1>
|
|
For further information, please take a look at my <a href="https://scrapbox.io/yude">Scrapbox</a>.
|
|
<ul>
|
|
<li>Twitter: <a href="https://twitter.com/yudete">@yudete</a><br></li>
|
|
<li>Discord: yude#3205<br></li>
|
|
<li>Scrapbox: <a href="https://scrapbox.io/yude">yude</a></li>
|
|
<li>GitHub: <a href="https://github.com/yudete">yudete</a></li>
|
|
</ul>
|
|
</body>
|
|
|
|
</html> |