mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
32 lines
828 B
HTML
32 lines
828 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>SFU</title>
|
|
<link rel="stylesheet" href="/common.css">
|
|
<link rel="stylesheet" href="/mainpage.css">
|
|
<link rel="author" href="https://www.irif.fr/~jch/"/>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>SFU</h1>
|
|
|
|
<form id="groupform">
|
|
<label for="group">Group:</label>
|
|
<input id="group" type="text" name="group"/>
|
|
<input type="submit" value="Join"/><br/>
|
|
</form>
|
|
|
|
<div id="public-groups" class="groups">
|
|
<h2>Public groups</h2>
|
|
|
|
<table id="public-groups-table"></table>
|
|
</div>
|
|
|
|
<footer class="signature"><p><a href="https://www.irif.fr/~jch/software/sfu/">Unnamed SFU</a> by <a href="https://www.irif.fr/~jch/" rel="author">Juliusz Chroboczek</a></footer>
|
|
|
|
<script src="/mainpage.js" defer></script>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|