376chan/pages/sweatshirt.html
2023-02-04 12:54:00 -05:00

15 lines
256 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Welcome, Sweatshirt!</title>
</head>
<body>
<div class="whole-wrapper">
<div class="title-wrapper">
<h1 class="title">Welcome Sweatshirt</h1>
</div>
</div>
</body>
</html>