github.com/gophish/gophish@v0.12.2-0.20230915144530-8e7929441393/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>