This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>Services hébergés</title>
<meta charset="UTF-8" />
<link type="text/css" href="include/style.css" rel="stylesheet" />
</head>
<body>
<div id="page">
<div id="title">
<img src="img/header.gif" alt="useless header" />
</div>
<div id="main">
<p><a href="http://titi.chickenkiller.com:9999" id="rpi-monitor">RPI-Monitor</a></p>
<p><a href="https://titi.chickenkiller.com:8080/owncloud/index.php/apps/news/#" id="owncloud">Owncloud</a></p>
<!--p><a href="https://titi.dyndns-ip.com:9002/" id="cozy">Cozy Cloud</a></p-->
<!--p><a href="http://titi.chickenkiller.com:9091/transmission/web/" id="transmission">Transmission</a></p-->
<!--p><a href="https://titi.dyndns-ip.com:9004/" id="SABnzbd">SABnzbd+</a></p-->
<p><a href="https://titi.chickenkiller.com:8080/rss-bridge" id="rss-bridge">RSS Bridge</a></p>
<p><a href="https://titi.chickenkiller.com:8080/ZeroBin" id="zerobin">ZeroBin</a></p>
<!--p><a href="https://titi.dyndns-ip.com:8080/etherpad-lite" id="etherpad">Etherpad</a></p-->
<p><a href="https://titi.chickenkiller.com:8080/upload.php" id="upload">Upload de fichiers</a></p>
<!--p><a href="http://titi.dyndns-ip.com/" id="configuration">Freebox OS</a></p-->
<p><a href="fresh_install.html">Ré-installer mon Raspberry PI</a></p>
</div>
<div id="footer">
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-css2" alt="Valid CSS2" height="31" width="88" />
</a>
</div>
</div>
</body>
</html>