This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>Welcome to foo.fixme.ch</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="lib/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body class="dark">
<header>
<h1><a href="http://foo.fixme.ch">foo.fixme.ch</a></h1>
</header>
<div class="container">
<h2>Some resources you may be looking for</h2>
<ul>
<li><span>Main website:</span> <a href="https://fixme.ch">fixme.ch</a></li>
<li><span>Etherpad:</span> <a href="https://pad.fixme.ch">pad.fixme.ch</a></li>
<li><span>Wiki:</span> <a href="https://wiki.fixme.ch">wiki.fixme.ch</a></li>
<li><span>FTP:</span> <a href="ftp://ftp.fixme.ch">ftp.fixme.ch</a></li>
<li><span>LDAP:</span> <a href="https://ldap.fixme.ch">ldap.fixme.ch</a></li>
<li><span>3D Print (Ultimaker):</span> <a href="https://print.fixme.ch">print.fixme.ch</a></li>
</ul>
<h2>Useful tools</h2>
<ul>
<li><span>Trigger space status</span> <a href="trigger.html">trigger.fixme.ch</a></li>
<li><span>Burger app</span> <a href="http://burgers.fixme.ch">burger.fixme.ch</a></li>
<li><span>Soundcloud downloader</span> <a href="http://sc.fixme.ch">sc.fixme.ch</a></li>
<li><span>Music player function</span> <a href="https://mpd.fixme.ch/">mpd.fixme.ch</a></li>
</ul>
</div>
</body>
</html>