mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 22:59:27 +00:00
14 lines
291 B
PHP
Executable File
14 lines
291 B
PHP
Executable File
<html>
|
|
<head>
|
|
<title>This is not the email template, this is a tribute</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h2>Neue Nachricht vorhanden</h2>
|
|
<div class="body">
|
|
<a href="{href}">Klicken Sie hier, um die Nachricht anzuzeigen</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|