2020-04-24 19:38:21 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>SFU</title>
|
2020-08-27 21:17:46 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-04-24 19:38:21 +02:00
|
|
|
<link rel="stylesheet" href="/common.css">
|
|
|
|
<link rel="stylesheet" href="/mainpage.css">
|
2020-08-27 21:17:46 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/sfu.css"/>
|
|
|
|
<link rel="author" href="https://www.irif.fr/~jch/"/>
|
|
|
|
<!-- Font Awesome File -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css">
|
|
|
|
</head>
|
|
|
|
<head>
|
|
|
|
<title>SFU</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self' cdnjs.cloudflare.com; script-src 'self'; style-src 'self' cdnjs.cloudflare.com; font-src 'self'" />
|
|
|
|
<link rel="stylesheet" href="/common.css">
|
|
|
|
<link rel="stylesheet" href="/mainpage.css">
|
|
|
|
<!-- Font Awesome File -->
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
2020-04-24 19:38:21 +02:00
|
|
|
<link rel="author" href="https://www.irif.fr/~jch/"/>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-08-27 21:17:46 +02:00
|
|
|
|
|
|
|
<div class="home">
|
|
|
|
<h1 id="title" class="navbar-brand">SFU</h1>
|
2020-04-24 19:38:21 +02:00
|
|
|
|
2020-08-27 21:17:46 +02:00
|
|
|
<form id="groupform">
|
|
|
|
<label for="group">Group:</label>
|
|
|
|
<input id="group" type="text" name="group" class="form-control form-control-inline"/>
|
|
|
|
<input type="submit" value="Join" class="btn btn-default btn-large"/><br/>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<div id="public-groups" class="groups">
|
|
|
|
<h2>Public groups <i class="fa fa-users" aria-hidden="true"></i></h2>
|
|
|
|
|
|
|
|
<table id="public-groups-table"></table>
|
|
|
|
</div>
|
2020-04-24 19:38:21 +02:00
|
|
|
</div>
|
2020-08-27 21:17:46 +02:00
|
|
|
<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>
|
|
|
|
|
2020-04-24 19:38:21 +02:00
|
|
|
<script src="/mainpage.js" defer></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|