wa2k.com-Website/www/index.html

18 lines
322 B
HTML
Raw Permalink Normal View History

2026-03-14 16:12:39 +10:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
2026-03-15 00:38:28 -07:00
<title>WA2000</title>
<link type="text/css" rel="stylesheet" href="./style.css">
2026-03-14 16:12:39 +10:00
</head>
<body>
2026-03-15 00:38:28 -07:00
<div class="card">
<h1>waff waff!</h1>
<div class="divider"></div>
<p>tiny text!!!</p>
<p>wuff</p>
</div>
2026-03-14 16:12:39 +10:00
</body>
</html>