samSepiol101 commited on
Commit
90e7ae7
·
verified ·
1 Parent(s): eaffdfb

Upload test.html

Browse files
Files changed (1) hide show
  1. test.html +7 -0
test.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <body>
3
+ <script>
4
+ alert(1);
5
+ </script>
6
+ </body>
7
+ </html>