16 lines
256 B
PHP
16 lines
256 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="center-abs">
|
|
<h1>Under Construction</h1>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|