75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>[[TITLE]] | REDSCAPEFACTORY</title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</head>
|
|
<body class="site-frame">
|
|
|
|
<header>
|
|
<nav>
|
|
<div class="logo">
|
|
<a href="../../../index.html"><img src="../../../assets/img/logo.svg" alt="REDSCAPEFACTORY"></a>
|
|
</div>
|
|
<ul>
|
|
<li class="dropdown">
|
|
<a href="../../../index.html">Music</a>
|
|
<ul class="submenu">
|
|
<li><a href="../../../music/asceptic-siliceum.html">Asceptic Siliceum</a></li>
|
|
<li><a href="../../../music/asceptic.html">Asceptic</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="../../../podcasts.html">Podcasts</a></li>
|
|
<li><a href="../../../about.html">About</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="single-project-main">
|
|
<section class="project-container">
|
|
<div class="project-info">
|
|
<div class="project-brand-label">EPISODE</div>
|
|
<h1>[[TITLE]]</h1>
|
|
|
|
<div class="description">
|
|
[[CONTENT]]
|
|
</div>
|
|
|
|
<div class="audio-player-box">
|
|
<span class="label">ÉCOUTER L'ÉPISODE</span>
|
|
<audio controls>
|
|
<source src="[[AUDIO]]" type="audio/mpeg">
|
|
Votre navigateur ne supporte pas l'élément audio.
|
|
</audio>
|
|
</div>
|
|
|
|
<a href="../../enfluxlibre.html" class="back-link">← Retour à la série</a>
|
|
</div>
|
|
|
|
<div class="project-visual">
|
|
<img src="[[IMAGE]]" alt="[[TITLE]]">
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<div class="footer-wrapper">
|
|
<footer class="zake-footer">
|
|
<div class="footer-col">
|
|
<h4>CONTACT</h4>
|
|
<p><a href="mailto:contact@redscapefactory.com">Email</a></p>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h4>FOLLOW</h4>
|
|
<p><a href="#">Bandcamp</a> / <a href="#">Instagram</a></p>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h4>© 2026</h4>
|
|
<p>REDSCAPEFACTORY</p>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |