sprechstunden-go/templates/executeSuccess.html

9 lines
162 B
HTML
Raw Normal View History

2022-09-07 19:48:40 +00:00
<html>
<head>
<title>Anfrage ausgeführt</title>
</head>
<body>
Deine Anfrage wurde ausgeführt.
{{template "footer.html" .}}
2022-09-07 19:48:40 +00:00
</body>
</html>