sqlmap/data/html/index.html
2019-07-03 16:30:18 +02:00

12 lines
280 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>