Files
FHC-Core/application/views/templates/mailHTML.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

14 lines
271 B
PHP
Executable File

<html>
<head>
<title>Notification of personal message reception</title>
</head>
<body>
<div class="container">
<h2>A new message is available</h2>
<div class="body">
<a href="{href}">Click here to view the message</a>
</div>
</div>
</body>
</html>