Hinzufügen von Logos für Jede Seite und Labels/Titel als Image hinzugefügt
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
<title>Registieren</title>
|
||||
<link rel="stylesheet" href="../style/generalStyle.css">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<link rel="icon" type="image/png" href="../assets/Logo.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container menu">
|
||||
<h1 class="title">Registieren</h1>
|
||||
<img class="logo" src="../assets/Labels/Registrieren.png" alt="Registrieren Logo">
|
||||
<div class="buttonMenu container">
|
||||
<form action="/api/account/register" method="post" class="container">
|
||||
<h2 class="error" id="errorMsg"></h2>
|
||||
|
||||
Reference in New Issue
Block a user