gtlug/index.html

25 lines
690 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>gtlug</title>
<link rel="stylesheet" href="gruvbox.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
<main>
<h1>Grand Travese Linux Users Group</h1>
<p>We've been around a while, and are still going.</p>
<p>If you're on irc, stop by <code>#gtlug</code> on slashnet.org</p>
<p><a href="https://jitsi.tildeverse.org/gtlug">our jitsi room</a> for virtural meetings.</p>
<footer>
<hr>
<p>I am footer</p>
</footer>
</main>
</body>
</html>