mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
15 lines
333 B
HTML
15 lines
333 B
HTML
<html>
|
|
<head>
|
|
<title>Title</title>
|
|
<script src="tst.js"></script>
|
|
<script>alert
|
|
("Hello, world!");</script>
|
|
<script>
|
|
alert("Hello " +
|
|
"again!"
|
|
);
|
|
</script>
|
|
</head>
|
|
<body onload="alert('And again!');">
|
|
</body>
|
|
</html> |