Files
libreevent/website/dist/footer.html
2023-10-09 19:26:22 +02:00

17 lines
624 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/footerstyle.css">
<title>footer</title>
</head>
<body>
<div class="footer">
<h2>libreǝvent</h2>
<p>Free & open source event management solution</p>
<p class="tinytext">This program is free software. It comes with ABSOLUTELY NO WARRANTY! <a href="/about#gpl">More</a></p>
</div>
</body>
</html>