-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10e7ee6
commit fdb8c06
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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; | ||
|
@@ -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> | ||
|