Skip to content

Commit

Permalink
Logo eingefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongebon0 authored Sep 20, 2024
1 parent 10e7ee6 commit fdb8c06
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
Put your HTML text here<!DOCTYPE html>
<html lang="de">

<head>
Expand All @@ -19,6 +19,7 @@
background: linear-gradient(135deg, #3498db, #2ecc71);
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
Expand All @@ -42,13 +43,23 @@
font-size: 0.9em;
color: rgba(255, 255, 255, 0.8);
}

/* Stil für das Logo-Bild */
.logo {
width: 150px; /* Du kannst die Größe anpassen */
margin-bottom: 15px; /* Abstand unterhalb des Logos */
}
</style>
</head>

<body>
<div>
<!-- Logo in der Mitte hinzufügen -->
<img src="Logo.png" alt="Logo" class="logo">

<h1>Willkommen bei der-rettungsingenieur.de</h1>
<p>Diese Domain wurde registriert.<br>Die Webseite wird bald verfügbar sein.</p>
<!-- E-Mail-Adresse anklickbar gemacht -->
<p>Bei Fragen wenden Sie sich gerne an <a href="mailto:[email protected]" style="color: #ffffff; text-decoration: underline;">[email protected]</a></p>
</div>
<footer>
Expand Down

0 comments on commit fdb8c06

Please sign in to comment.