technicalsuwako.moe/about.html

36 行
1.0 KiB
HTML
Raw Blame 履歴

このファイルには不可視のUnicode文字が含まれています

このファイルには人間が識別できない不可視のUnicode文字が含まれており、コンピューターによって特殊な処理が行われる可能性があります。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 不可視文字を表示するにはエスケープボタンを使用します。

<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - VnPower</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/static/css/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<!-- there is a hidden character in .flash -->
<p>$(<a href="/">vnpower</a>@about) ~: <span class="flash"></span></p>
<nav>
<a href="/about.html">/about</a>
<a href="/posts.html">/posts</a>
<a href="/projects.html">/projects</a>
<a href="/misc.html">/misc</a>
</nav>
</header>
<main>
<h4>About me</h4>
<p>I am a Vietnamese who likes to dig deep.</p>
</main>
<hr>
<footer>
<p>@VnPower 2022 | MIT license</p>
<p>
Inspired by <a href="https://wrongthink.neocities.org/">Wrongthink's website</a>
and <a href="https://www.nordtheme.com/">Nord's colorscheme</a>.
</p>
</footer>
</div>
</body>
</html>