You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
578 B
HTML
23 lines
578 B
HTML
2 years ago
|
<!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>gtlug</h1>
|
||
|
|
||
|
<p>let's plan a virtual meeting</p>
|
||
|
<p>stop by <code>#gtlug</code> on slashnet</p>
|
||
|
<p><a href="https://jitsi.tildeverse.org/gtlug">our jitsi room</a></p>
|
||
|
|
||
|
<footer>
|
||
|
<p>hello there</p>
|
||
|
</footer>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|
||
|
|