14 lines
375 B
PHP
14 lines
375 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Damaj301damaj's site</title>
|
|
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
|
|
<?php include '../../templates/meta.php' ;?>
|
|
</head>
|
|
<body>
|
|
<?php include '../../templates/header.php' ;?>
|
|
<font size=25px><b>Coming Soon! (Don't count on it tho)</b></font>
|
|
<?php include '../../templates/footer.php' ;?>
|
|
</body>
|
|
</html>
|