picture-uploader/templates/uploadSuccess.html

11 lines
179 B
HTML
Raw Normal View History

2024-03-08 14:59:31 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Upload Erfolgreich</title>
</head>
<body>
<p>{{.Message}}</p>
<a href="/view/{{.Filename}}">Ihr Bild anzeigen</a>
</body>
</html>