This repository has been archived on 2024-03-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
damaj.tech.old/new/index.php
2023-08-13 19:47:55 +03:00

15 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>