technicalsuwako.moe/index.html

49 行
1.6 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>@home) ~: <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</h4>
<p>A Vietnamese student who dived too deep. <a href="/about.html">(more)</a></p>
<h4>Recent posts</h4>
<!-- posts -->
<section class="post">
<div class="date">
<p>Jul 11, 2022</p>
</div>
<div class="content">
<h4><a href="#">Web development was easy, until...</a></h4>
Remember the old days when we used to make text-only webpages? I missed that time,
and probably you too. Nowadays the "web standard" has rapidly changed, which made
us, "web developers", change.
</div>
</section>
</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>