test/Accueil.html
2018-09-19 18:57:54 +02:00

95 lines
4.2 KiB
HTML

<!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="css/Accueil.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header>
<h1 id="top">C'EST LA FaiTE</h1>
</header>
<div id="body">
<nav>
<a target="_blank" href="https://transmission.tropicananass.ovh">
<img src="img/trans.png" alt="lien vers transmission" width="auto" height="auto" />
Transmission
</a>
<a target="_blank" href="https://kodi.tropicananass.ovh">
<img src="img/kodi.png" alt="lien vers kodi (chorus 2)" width="auto" height="auto" />
Kodi
</a>
<a target="_blank" href="https://git.tropicananass.ovh">
<img src="img/gogs.png" alt="lien vers gogs" width="auto" height="auto" />
Gogs
</a>
<a target="_blank" href="charlie.html#mid">
<img src="img/charlie.png" alt="Charlie Volta web site" width="auto" height="auto" />
Charlie Volta
</a>
</nav>
<section>
<article>
<h6>Pet</h6>
<p>
Zluglu <em>vraiment</em> très bien mais <strong>vraiment !</strong><br />
Ta gueule <mark>pupupupute</mark>
</p>
<form method="post" action="traitement.php">
<p>Texte à l'intérieur du formulaire</p>
</form>
</article>
<article>
<div class="link_line">
<a target="_blank" href="charlie.html#mid">
<img src="img/charlie.png" alt="Charlie Volta web site" width="auto" height="auto" />
</a>
<a target="_blank" href="charlie.html">
<img src="img/charlie.png" alt="lien vers Charlie Volta web site" width="auto" height="auto" />
</a>
<a target="_blank" href="https://charlievolta.tropicananass.ovh">
<img src="img/charlie.png" alt="lien vers Charlie Volta web site" width="auto" height="auto" />
</a>
</div>
<p></p>
<div class="link_line">
<a target="_blank" href="https://transmission.tropicananass.ovh">
<img src="img/trans.png" alt="lien vers transmission" width="auto" height="auto" />
</a>
<a target="_blank" href="https://kodi.tropicananass.ovh">
<img src="img/kodi.png" alt="lien vers kodi (chorus 2)" width="auto" height="auto" />
</a>
<a target="_blank" href="https://git.tropicananass.ovh">
<img src="img/gogs.png" alt="lien vers gogs" width="auto" height="auto" />
</a>
</div>
<p></p>
<div class="link_line">
<a target="_blank" href="https://owncloud.tropicananass.ovh">
<img src="img/cloud.png" alt="lien vers owncloud" width="auto" height="auto" />
</a>
<a target="_blank" href="https://gitlab.tropicananass.ovh">
<img src="img/gitlab.png" alt="lien vers gitlab" width="auto" height="auto" />
</a>
<a href="#top">
<img src="img/git.png" alt="lien vers Charlie Volta web site" width="auto" height="auto" />
</a>
</div>
<p></p>
</article>
</section>
</div>
<footer>
<a href="mailto:admin@tropicananass.ovh">
contact
</a>
</footer>
<script src="script/Accueil.js"> </script>
</body>
</html>