mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
13 lines
296 B
HTML
13 lines
296 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test page</title>
|
|
<script src="external.js"></script>
|
|
<script>
|
|
alert("Hello, world!");
|
|
</script>
|
|
</head>
|
|
<body ng-app>
|
|
<A href="javascript:void(alert('Nope!'))">click here</a>
|
|
</body>
|
|
</html> |