jekyll build from Action fae93a92de
This commit is contained in:
107
404.html
107
404.html
@@ -5,6 +5,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Page not found - ThePhoenixDivision</title>
|
||||
|
||||
<link rel="manifest" href="/cpred/assets/manifest.json">
|
||||
<meta name="theme-color" content="#ff003c">
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="/cpred/assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="/cpred/assets/css/main.css">
|
||||
@@ -20,8 +23,7 @@
|
||||
<nav class="cyber-razor-bottom bg-black">
|
||||
<div class="nav-wrapper">
|
||||
<a href="/cpred/" class="cyberpunk-font-og f-x2-5">ThePhoenixDivision</a>
|
||||
<a href="#" data-target="mobile-menu" class="sidenav-trigger"><i class="material-icons">menu</i></a>
|
||||
<ul id="nav-mobile" class="right hide-on-med-and-down">
|
||||
<ul id="nav-mobile" class="right hide-on-med-and-down desktop-only">
|
||||
<li><a href="/cpred/" class="cyber-a">Home</a></li>
|
||||
|
||||
|
||||
@@ -42,54 +44,6 @@
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="sidenav" id="mobile-menu">
|
||||
<li>
|
||||
<button class="cyber-button bg-red fg-white m-2 vt-bot" data-href="/cpred/">
|
||||
Home
|
||||
</button>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<button class="cyber-button bg-red fg-white m-2 vt-bot" data-href="/cpred/characters/">
|
||||
Charaktere
|
||||
<span class="glitchtext">$_glitch;</span>
|
||||
<span class="tag"></span>
|
||||
</button>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<button class="cyber-button bg-red fg-white m-2 vt-bot" data-href="/cpred/lifepaths/">
|
||||
Lebensweg
|
||||
<span class="glitchtext">$_glitch;</span>
|
||||
<span class="tag"></span>
|
||||
</button>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<button class="cyber-button bg-red fg-white m-2 vt-bot" data-href="/cpred/players-guide/">
|
||||
Spielerguide
|
||||
<span class="glitchtext">$_glitch;</span>
|
||||
<span class="tag"></span>
|
||||
</button>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<button class="cyber-button bg-red fg-white m-2 vt-bot" data-href="/cpred/roles/">
|
||||
Rollen
|
||||
<span class="glitchtext">$_glitch;</span>
|
||||
<span class="tag"></span>
|
||||
</button>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -138,11 +92,51 @@
|
||||
|
||||
</main>
|
||||
<footer class="cyber-razor-top bg-black">
|
||||
|
||||
<ul class="tabs mobile-tabs">
|
||||
<li class="tab col s1 bg-dark"><a href="/cpred/" class="cyber-a"><i class="material-icons">home</i></a></li>
|
||||
|
||||
<a href="https://legal.thephoenixdi.vision" class="cyber-a">Impressum</a>
|
||||
|
||||
<li class="tab col s1 bg-dark">
|
||||
<a href="/cpred/characters/" target="_self" class="cyber-a">
|
||||
|
||||
<i class="material-icons">account_circle</i>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="tab col s1 bg-dark">
|
||||
<a href="/cpred/lifepaths/" target="_self" class="cyber-a">
|
||||
|
||||
<i class="material-icons">merge</i>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="tab col s1 bg-dark">
|
||||
<a href="/cpred/players-guide/" target="_self" class="cyber-a">
|
||||
|
||||
<i class="material-icons">description</i>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="tab col s1 bg-dark">
|
||||
<a href="/cpred/roles/" target="_self" class="cyber-a">
|
||||
|
||||
<i class="material-icons">manage_accounts</i>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
<span></span>
|
||||
</footer>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
@@ -164,5 +158,12 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register("")
|
||||
.then(() => console.log("✅ Service Worker registriert"))
|
||||
.catch(error => console.log("❌ Service Worker Fehler:", error));
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user