fel_website/output/construction.html

61 lines
2.5 KiB
HTML
Raw Normal View History

2020-04-24 15:55:13 +00:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
2020-06-01 12:51:24 +00:00
<title>Chroniques des jours meilleurs | Construction
2020-04-24 15:55:13 +00:00
</title>
2020-05-05 16:11:10 +00:00
<link rel="stylesheet" href="/theme/css/main-v2.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-04-24 15:55:13 +00:00
</head>
<body>
2020-05-05 16:11:10 +00:00
<header>
2020-05-31 18:07:54 +00:00
<a href="/index.html"><h1>Chroniques des jours meilleurs</h1></a>
2020-05-05 16:11:10 +00:00
</header>
2020-04-24 15:55:13 +00:00
<div class='content'>
2020-05-16 17:58:00 +00:00
<script src="/theme/js/slideshow.js"></script>
2020-04-24 15:55:13 +00:00
<h1 class='article-title'>Construction</h1>
2020-05-16 17:58:00 +00:00
<!-- Put the article content for the embedded audio player -->
<div class='article-content'> <p><audio controls="controls"
src="sounds/construction.wav"
autoplay loop
class='audio'>
Your browser does not support the HTML5 Audio element.
</audio></p></div>
<div class="gallery">
<!-- If there are only images, print them full-width. -->
<img class= "gallery-img" alt="" onclick="showSlide('img-1')" src="/images/Construction/Construction-1.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-2')" src="/images/Construction/Construction-2.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-3')" src="/images/Construction/Construction-3.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-4')" src="/images/Construction/Construction-4.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-5')" src="/images/Construction/Construction-5.jpg">
<br>
</div>
<!-- Slides used for slideshow -->
2020-05-16 17:58:00 +00:00
<div id="slide-container">
<div id="close-modal" onclick="closeModal()"><a href="#">X</a></div>
2020-05-16 17:58:00 +00:00
<div id="slides" class="modal">
<img class="slide" id="img-1" alt="" src="/images/Construction/Construction-1.jpg">
<img class="slide" id="img-2" alt="" src="/images/Construction/Construction-2.jpg">
<img class="slide" id="img-3" alt="" src="/images/Construction/Construction-3.jpg">
<img class="slide" id="img-4" alt="" src="/images/Construction/Construction-4.jpg">
<img class="slide" id="img-5" alt="" src="/images/Construction/Construction-5.jpg">
</div>
</div>
2020-04-24 15:55:13 +00:00
</div>
</body>
2020-05-05 16:11:10 +00:00
<footer>
2020-05-31 18:37:57 +00:00
<a id="a-propos" href="/pages/a-propos.html">À propos</a>
<a id="telecharger" href="/pages/telecharger.html">Télécharger</a>
2020-05-05 16:11:10 +00:00
</footer>
2020-04-24 15:55:13 +00:00
</html>