sqlmap/data/html/index.html

12 lines
280 B
HTML
Raw Normal View History

2019-07-03 17:30:18 +03:00
<!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>