17 lines
281 B
PHP
17 lines
281 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link href="css/base.css" rel="stylesheet" type="text/css">
|
|
<link href="css/text.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="card">
|
|
<h1>Under Construction</h1>
|
|
<p>Come back 5.25.2025</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|