1
Fork 0
galene/static/manage-groups.html

25 lines
631 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Manage groups</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/common.css">
<link rel="stylesheet" type="text/css" href="/galene.css"/>
<link rel="author" href="https://www.irif.fr/~jch/"/>
</head>
<body>
<h1 id="title" class="navbar-brand">Manage groups</h1>
<div id="groups"></div>
<p id="message"></p>
<p id="errormessage"></p>
<script src="/management.js" defer></script>
<script src="/manage-groups.js" defer></script>
</body>
</html>