Skip to content

Commit

Permalink
ok3
Browse files Browse the repository at this point in the history
  • Loading branch information
Josemari Amatriain committed Feb 7, 2019
1 parent 752869a commit b29686c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script async custom-element="amp-youtube" src="https://raw.githubusercontent.com/josem-amatriain/testing/master/testing.js"></script>
</head>

<body>
<body onload="h()">
<p>Testing</p>
</body>
</html>
3 changes: 3 additions & 0 deletions testing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/* testing */

function h(){
alert('/hacked/');
return 0;
}

0 comments on commit b29686c

Please sign in to comment.