create
4 years ago in HTML
<html>
<head>xss</head>
<body>
<script>
document.write("XSSSSS");
alert("xss prompted");</script>
</body>
</html>