|
@@ -1,5 +1,5 @@
|
|
|
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
|
-html>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
<head>
|
|
|
<title>Welcome to foo.fixme.ch</title>
|
|
|
<link rel="stylesheet" href="style.css">
|
|
@@ -7,23 +7,27 @@ html>
|
|
|
href="favicon.ico" />
|
|
|
</head>
|
|
|
<body>
|
|
|
- <h1>foo.fixme.ch</h1>
|
|
|
- <div class="central-block">
|
|
|
- <p class="index">
|
|
|
- <a>You may look for :</a><br/><br/>
|
|
|
- <label>Main website: </label> <a href="https://fixme.ch">fixme.ch</a><br/>
|
|
|
- <label>Etherpad: </label> <a href="https://pad.fixme.ch">pad.fixme.ch</a><br/>
|
|
|
- <label>Wiki: </label> <a href="https://wiki.fixme.ch">wiki.fixme.ch</a><br/>
|
|
|
- <label>Ftp: </label> <a href="ftp://ftp.fixme.ch">ftp.fixme.ch</a><br/>
|
|
|
- <label>Ldap: </label> <a href="https://ldap.fixme.ch">ldap.fixme.ch</a><br/>
|
|
|
- <label>Print (Ultimaker): </label> <a href="https://print.fixme.ch">print.fixme.ch</a><br/>
|
|
|
- <br/>
|
|
|
- <a>Tools :</a><br/>
|
|
|
- <label>Trigger space status</label> <a href="trigger.html">Trigger</a><br/>
|
|
|
- <label>Burger app</label> <a href="http://burgers.fixme.ch">burgers.fixme.ch</a><br/>
|
|
|
- <label>Soundcloud downloader</label> <a href="http://sc.fixme.ch">sc.fixme.ch</a><br/>
|
|
|
- <label>Music player function</label> <a href="https://mpd.fixme.ch/">mpd</a><br/>
|
|
|
- </p>
|
|
|
+ <div id="container">
|
|
|
+ <div id="wrapper">
|
|
|
+ <h1>foo.fixme.ch</h1>
|
|
|
+ <div class="central-block">
|
|
|
+ <p class="index">
|
|
|
+ <a>You may look for :</a><br/><br/>
|
|
|
+ <label>Main website: </label> <a href="https://fixme.ch">fixme.ch</a><br/>
|
|
|
+ <label>Etherpad: </label> <a href="https://pad.fixme.ch">pad.fixme.ch</a><br/>
|
|
|
+ <label>Wiki: </label> <a href="https://wiki.fixme.ch">wiki.fixme.ch</a><br/>
|
|
|
+ <label>Ftp: </label> <a href="ftp://ftp.fixme.ch">ftp.fixme.ch</a><br/>
|
|
|
+ <label>Ldap: </label> <a href="https://ldap.fixme.ch">ldap.fixme.ch</a><br/>
|
|
|
+ <label>Print (Ultimaker): </label> <a href="https://print.fixme.ch">print.fixme.ch</a><br/>
|
|
|
+ <br/>
|
|
|
+ <a>Tools :</a><br/>
|
|
|
+ <label>Trigger space status</label> <a href="trigger.html">Trigger</a><br/>
|
|
|
+ <label>Burger app</label> <a href="http://burgers.fixme.ch">burgers.fixme.ch</a><br/>
|
|
|
+ <label>Soundcloud downloader</label> <a href="http://sc.fixme.ch">sc.fixme.ch</a><br/>
|
|
|
+ <label>Music player function</label> <a href="https://mpd.fixme.ch/">mpd</a><br/>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|