Initial commit mar. mai 15 13:46:26 CEST 2018

This commit is contained in:
2018-05-15 13:46:26 +02:00
commit 7acb896ed2
11 changed files with 125 additions and 0 deletions

60
Accueil.html Normal file
View File

@@ -0,0 +1,60 @@
<!doctype html>
<html><head>
<title>Accueil</title>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<meta name="description" content="Accueil">
<meta name="author" content="Tropicananass">
<link href="Accueil_fichiers/Style.CSS" type="text/css" rel="stylesheet">
<style>
#image {
max-heigth: 100%;
width: auto;
}
img {
width: 32%;
heigth: auto;
}
</style>
</head>
<body>
<h1>C'EST LA FaiTE</h1>
<p></p>
<div id="image1">
<a target="_blank" href="https://charlievolta.tropicananass.ovh">
<img src="Accueil_fichiers/charlie.png" alt="lien vers Charlie Volta web site" width="auto" height="auto">
</a>
<a target="_blank" href="https://charlievolta.tropicananass.ovh">
<img src="Accueil_fichiers/charlie.png" alt="lien vers Charlie Volta web site" width="auto" height="auto">
</a>
<a target="_blank" href="https://charlievolta.tropicananass.ovh">
<img src="Accueil_fichiers/charlie.png" alt="lien vers Charlie Volta web site" width="auto" height="auto">
</a></div>
<p></p>
<div id="image2">
<a target="_blank" href="https://transmission.tropicananass.ovh">
<img src="Accueil_fichiers/trans.png" alt="lien vers transmission" width="auto" height="auto">
</a>
<a target="_blank" href="https://kodi.tropicananass.ovh">
<img src="Accueil_fichiers/kodi.png" alt="lien vers kodi (chorus 2)" width="auto" height="auto">
</a>
<a target="_blank" href="https://git.tropicananass.ovh">
<img src="Accueil_fichiers/gogs.png" alt="lien vers gogs" width="auto" height="auto">
</a></div>
<p></p>
<div id="image3">
<a target="_blank" href="https://owncloud.tropicananass.ovh">
<img src="Accueil_fichiers/cloud.png" alt="lien vers owncloud" width="auto" height="auto">
</a>
<a target="_blank" href="https://gitlab.tropicananass.ovh">
<img src="Accueil_fichiers/gitlab.png" alt="lien vers gitlab" width="auto" height="auto">
</a>
<a target="_blank" href="https://charlievolta.tropicananass.ovh">
<img src="Accueil_fichiers/git.png" alt="lien vers Charlie Volta web site" width="auto" height="auto">
</a></div>
<p></p>
<script src="Accueil.js">
</script>
</a></body></html>