mirror of https://github.com/gophish/gophish
14 lines
191 B
HTML
14 lines
191 B
HTML
|
<html>
|
||
|
<head><title>Page for {{.FirstName}}</title></head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
Hello {{.FirstName}} {{.LastName}} <p>
|
||
|
|
||
|
|
||
|
Click <a href="{{.URL}}">here</a> for a legit link.
|
||
|
|
||
|
</body>
|
||
|
{{.Tracker}}
|
||
|
</html>
|