public/admin.html aktualisiert
This commit is contained in:
parent
909f95b0ab
commit
80a177e478
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/admin.css">
|
||||
<link rel="icon" type="image/png" href="img/Viper-plex-logo.png">
|
||||
<title>Admin-Bereich</title>
|
||||
<title id="web-title">${WEB_NAME}</title> <!-- Platzhalter für den Titel -->
|
||||
</head>
|
||||
<body>
|
||||
<!-- Logo separat einfügen -->
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div class="welcome-box">
|
||||
<h1>Willkommen bei Viper-Plex</h1>
|
||||
<h1 id="welcome-title">${WEB_NAME}</h1> <!-- ID für das h1-Tag -->
|
||||
<nav class="navbar">
|
||||
<div class="navbar-container">
|
||||
<a href="index.html" class="navbar-link">Home</a>
|
||||
|
@ -249,7 +249,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<p>© 2024 Viper-Plex. Alle Rechte vorbehalten.</p>
|
||||
<p>© 2024 M_Viper. Alle Rechte vorbehalten.</p>
|
||||
</footer>
|
||||
<script src="js/admin.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue