Update 404.html

This commit is contained in:
TheErrorExe 2025-01-08 16:30:31 +01:00 committed by GitHub
parent 30ba8821b6
commit a59f078286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,15 +25,21 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<link rel="stylesheet" href="/static/css/style.css"> <link rel="stylesheet" href="/static/css/style.css">
</head> </head>
<body> <body>
<header> <header>
<nav> <nav>
<ul> <ul>
<li><a href="/">Home</a></li> <li>
<li><a href="/about">Über uns</a></li> <a href="/" style="display: flex; align-items: center; text-decoration: none;">
<li><a href="/server">Server Info</a></li> <img src="/favicon.ico" alt="Blockattack Logo" style="width: 32px; height: 32px; margin-right: 8px;">
</ul> <span style="font-size: 1.5rem; font-weight: bold; color: #333;">Blockattack</span>
</nav> </a>
</header> </li>
<li><a href="/about.html">Über uns</a></li>
<li><a href="/server.html">Server Info</a></li>
</ul>
</nav>
</header>
<section id="about"> <section id="about">
<h2>404 - Nicht Gefunden</h2> <h2>404 - Nicht Gefunden</h2>