mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
29 lines
691 B
HTML
29 lines
691 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Edit group</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">Edit group</h1>
|
||
|
|
||
|
<div id="description"></div>
|
||
|
|
||
|
<div id="users"></div>
|
||
|
|
||
|
<div id="tokens"></div>
|
||
|
|
||
|
<p id="message"></p>
|
||
|
|
||
|
<p id="errormessage"></p>
|
||
|
|
||
|
<script src="/management.js" defer></script>
|
||
|
<script src="/manage-edit-group.js" defer></script>
|
||
|
</body>
|
||
|
</html>
|