mirror of https://github.com/gophish/gophish
14 lines
250 B
HTML
14 lines
250 B
HTML
|
<html>
|
||
|
<head><title>Page for Foo</title></head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
Hello Foo Bar <p>
|
||
|
|
||
|
|
||
|
Click <a href="http://testurl.com/?rid=1234567">here</a> for a legit link.
|
||
|
|
||
|
</body>
|
||
|
<img alt='' style='display: none' src='http://testurl.local/track?rid=1234567'/>
|
||
|
</html>
|