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

22 lines
536 B
PHP
Raw Normal View History

2023-01-30 15:29:56 +01:00
<!DOCTYPE html>
<html>
<head>
2023-06-25 03:04:19 +02:00
<?php include '../php/header.php';?>
2023-01-30 15:29:56 +01:00
<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">
2023-04-13 23:20:43 +02:00
<title>Welcome to speedie.site</title>
2023-01-30 15:29:56 +01:00
</head>
<body>
<div class="content">
2023-04-13 23:20:43 +02:00
<meta http-equiv="refresh" content="0;https://speedwm.speedie.site" />
2023-01-30 15:29:56 +01:00
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>