83 lines
2.8 KiB
HTML
83 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description"
|
|
content="Site statique one-page avec navigation par URL et chargement dynamique du contenu." />
|
|
<title>Fws Linux</title>
|
|
<link rel="stylesheet" href="p/assets/styles/styles.css" />
|
|
<link rel="icon" type="image/png" href="/p/assets/img/logo.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="page-shell">
|
|
<header class="site-header">
|
|
<div class="header-brand-block">
|
|
<a class="brand" href="/?p/index/" data-route="index" aria-label="Retour à l'accueil">
|
|
<img class="brand-mark" src="p/assets/img/logo.png" alt="Logo Fws Linux" />
|
|
<span class="brand-text">
|
|
<strong>Fws Linux</strong>
|
|
</span>
|
|
</a>
|
|
|
|
<nav class="site-nav" aria-label="Navigation principale">
|
|
<a href="/?p/index/" data-route="index">Accueil</a>
|
|
<a href="/?p/dl/" data-route="dl">Downloads</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main id="app-main" class="site-main" aria-live="polite">
|
|
<noscript>Ce site a besoin de JavaScript pour charger les pages dans la zone principale.</noscript>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="footer-content">
|
|
<div class="footer-brand-row">
|
|
<div class="footer-brand-block">
|
|
<img class="footer-brand-mark" src="p/assets/img/logo.png" alt="Logo Fws Linux" />
|
|
<div>
|
|
<strong>Fws Linux</strong>
|
|
<p>Un systeme leger, libre et compatible</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="footer-links-grid">
|
|
<section>
|
|
<h2>Navigation</h2>
|
|
<a href="/?p/index/" data-route="index">Accueil</a>
|
|
<a href="/?p/dl/" data-route="dl">Downloads</a>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Contact</h2>
|
|
<!-- <a href="mailto:contact@fwslinux.fr">Envoyer un mail</a>
|
|
<a href="tel:+33000000000">Téléphone</a> -->
|
|
<a href="/?p/contact/" data-route="contact">Page de contact</a>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Réseaux</h2>
|
|
<a href="https://github.com/You-re-like-Windows-a-bitch/ISO" target="_blank" rel="noreferrer">GitHub</a>
|
|
<!-- <a href="https://www.instagram.com/" target="_blank" rel="noreferrer">Instagram</a>
|
|
<a href="https://www.linkedin.com/" target="_blank" rel="noreferrer">LinkedIn</a> -->
|
|
</section>
|
|
</div>
|
|
|
|
<div class="footer-bottom">
|
|
<p>© <span id="footer-year">2026</span> Fws Linux</p>
|
|
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script src="p/assets/main-nav/app.js"></script>
|
|
<script src="p/assets/main-nav/feature-cards.js"></script>
|
|
</body>
|
|
|
|
</html> |