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

23 lines
575 B
PHP
Raw Normal View History

2023-01-30 15:29:56 +01:00
<!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.gq</title>
</head>
<body>
<div class="content">
<meta http-equiv="refresh" content="0;https://speedwm.speedie.gq" />
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>