vulstudy/XSS-challenge-tour/src/index.php

14 lines
358 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><!--STATUS OK--><html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>欢迎来到XSS挑战</title>
</head>
<body>
<h1 align=center>欢迎来到XSS挑战</h1>
<a href=level1.php?name=test><center><img src=index.png></center></a>
<h2 align=center>点击图片开始你的XSS之旅吧</h2>
</body>
</html>