pentest-distro-builder/filesystem/root/Templates/web/html.html

10 lines
109 B
HTML
Raw Normal View History

2018-10-17 14:11:16 -06:00
<!DOCTYPE html>
<html>
<head>
<title>foobar</title>
</head>
<body>
<div>foobar</div>
</body>
</html>