Migre le projet vers Blazor WebAssembly en .NET 10

This commit is contained in:
2026-04-13 21:29:12 +02:00
parent b11056097d
commit 90f17c9c89
26 changed files with 4314 additions and 94 deletions

View File

@@ -0,0 +1,39 @@
@page "/not-found"
<PageTitle>ChessCubing Arena | Page introuvable</PageTitle>
<PageBody BodyClass="home-body" />
<div class="ambient ambient-left"></div>
<div class="ambient ambient-right"></div>
<div class="rules-shell">
<section class="panel panel-wide cta-panel" style="margin-top: 2rem;">
<div class="section-heading">
<div>
<p class="eyebrow">Navigation</p>
<h1>Page introuvable</h1>
</div>
<p class="section-copy">
Le lien demande n'existe pas ou n'est plus expose par l'application Blazor.
</p>
</div>
<div class="source-grid">
<a class="source-card" href="index.html">
<span class="micro-label">Accueil</span>
<strong>Retourner au site</strong>
<p>Revenir a la page d'accueil de ChessCubing Arena.</p>
</a>
<a class="source-card" href="application.html">
<span class="micro-label">Application</span>
<strong>Ouvrir l'arbitrage</strong>
<p>Configurer un match et basculer vers les phases chrono et cube.</p>
</a>
<a class="source-card" href="reglement.html">
<span class="micro-label">Reglement</span>
<strong>Lire les formats officiels</strong>
<p>Retrouver la synthese des reglements Twice et Time.</p>
</a>
</div>
</section>
</div>