-
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
7952bb4
commit e3e9f3c
Showing
1 changed file
with
5 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 |
---|---|---|
|
@@ -8,6 +8,10 @@ | |
<meta name="description" content="Diese Domain wurde registriert und eine Webseite wird bald verfügbar sein."> | ||
<meta name="author" content="Ihr Name"> | ||
<title>der-rettungsingenieur.de</title> | ||
|
||
<!-- Favicon hinzufügen --> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon"> | ||
|
||
<style> | ||
body { | ||
margin: 0; | ||
|
@@ -45,7 +49,7 @@ | |
<div> | ||
<h1>Willkommen bei der-rettungsingenieur.de</h1> | ||
<p>Diese Domain wurde registriert.<br>Die Webseite wird bald verfügbar sein.</p> | ||
<p>Bei Fragen wenden Sie sich gerne an [email protected]</p> | ||
<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> | ||
© 2024 der-rettungsingenieur.de – Alle Rechte vorbehalten | ||
|