Files
2018-08-02 17:53:23 +01:00

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>