This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/about-me.php

21 lines
441 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="About me">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>About me</title>
</head>
<body>
<div class="content">
<h2>About me</h2>
<p>To write.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>