12 lines
303 B
Plaintext
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> |