github.com/lunarobliq/gophish@v0.8.1-0.20230523153303-93511002234d/models/testdata/html-file-with-vars.templated.html (about)

     1  <html>
     2  <head><title>Page for Foo</title></head>
     3  
     4  <body>
     5  
     6  Hello Foo Bar <p>
     7  
     8  
     9  Click <a href="http://testurl.com/?rid=1234567">here</a> for a legit link.
    10  
    11  </body>
    12  <img alt='' style='display: none' src='http://testurl.local/track?rid=1234567'/>
    13  </html>