yude-moe/public/index.html

32 lines
859 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="assets/images/favicon.ico">
2020-04-15 06:32:57 +09:00
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
2020-05-09 14:30:03 +09:00
background-color: black;
color: white
}
a {
2020-05-09 14:30:03 +09:00
color: white
}
</style>
</head>
<body>
2020-05-09 14:30:03 +09:00
<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>