16 lines
285 B
PHP
16 lines
285 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Damaj301damaj's site</title>
|
|
<?php include 'res/meta.php' ?>
|
|
</head>
|
|
<body>
|
|
<?php include 'res/header.php'?>
|
|
<a href="/"><img class="pfp" src="img/d301d.png"></a>
|
|
<div class="welcome">
|
|
<p>Welcome!</p>
|
|
</div>
|
|
<p>insert content</p>
|
|
</body>
|
|
</html>
|