html-bypass/templates/base.gohtml

12 lines
303 B
Plaintext

<!DOCTYPE html>
<html lang="en">
{{template "htmlhead.gohtml"}}
<body>
{{template "header.gohtml"}}
<div class="container">
<p>This is a demo application to show the effectiveness of HTML smuggling and allows to test possible defenses against it.</p>
</div>
{{template "footer.gohtml"}}
</body>
</html>