mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-04 01:04:33 +00:00
17 lines
349 B
HTML
17 lines
349 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.verification-code {
|
|
background-color: orange;
|
|
color: black;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Hallo, Willkommen bei WZK. Ihr E-Mail-Bestätigungscode lautet:</p>
|
|
<p class="verification-code">{{ verification_code }}</p>
|
|
</body>
|
|
</html>
|