376chan/pages/sweatshirt.html
2023-02-04 13:46:57 -05:00

18 lines
387 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Welcome, Sweatshirt!</title>
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">
<div class="title-wrapper">
<h1 class="sweatshirt-title">Welcome Sweatshirt</h1>
</div>
<div class="topics-board-wrapper">
</div>
</div>
</body>
</html>