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/projects/speedwm.php
2023-06-25 03:04:19 +02:00

23 lines
579 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>speedwm</title>
<meta charset="UTF-8">
<meta name="description" content="speedie's fork of suckless.org's dwm">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="speedwm.css">
<title>Welcome to speedie.site</title>
</head>
<body>
<div class="content">
<meta http-equiv="refresh" content="0;https://speedwm.speedie.site" />
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>