This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
damaj.tech.old/new/index.php

16 lines
285 B
PHP
Raw Normal View History

2023-08-13 16:47:55 +00:00
<!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>