new speedwm

This commit is contained in:
speedie 2022-11-27 12:50:10 +01:00
parent 0e5cd4369d
commit 18d77ed49d

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<?php include '../php/header.php';?> <?php include '/php/header.php';?>
<title>speedwm</title> <title>speedwm</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="speedie's fork of suckless.org's dwm"> <meta name="description" content="speedie's fork of suckless.org's dwm">
@ -12,6 +12,7 @@
</head> </head>
<body> <body>
<div class="content"> <div class="content">
<img src="preview.png" alt="speedwm screenshot">
<h1 id="speedwm">speedwm</h1> <h1 id="speedwm">speedwm</h1>
<h2 id="what-is-speedwm-">What is speedwm?</h2> <h2 id="what-is-speedwm-">What is speedwm?</h2>
<p>speedwm is a window manager forked from suckless.org&#39;s dwm or dynamic window manager. It manages the user&#39;s open windows and tiles them according to a set layout (dynamic). </p> <p>speedwm is a window manager forked from suckless.org&#39;s dwm or dynamic window manager. It manages the user&#39;s open windows and tiles them according to a set layout (dynamic). </p>
@ -610,7 +611,7 @@
</div> </div>
</body> </body>
<footer> <footer>
<?php include '../php/footer.php';?> <?php include '/php/footer.php';?>
</footer> </footer>
</html> </html>