Files
libreevent/website/dist/footer.html
2023-04-06 15:40:06 +02:00

16 lines
485 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>myevent</h2>
<p>Free & open source event management solution</p>
</div>
</body>
</html>