Browse Source

Fix path to redirect.js

main
Ravi Shah 5 years ago
parent
commit
9ddb64abde
  1. 2
      rickroll/index.html

2
rickroll/index.html

@ -31,6 +31,6 @@
<body> <body>
<title>You've been...</title> <title>You've been...</title>
<h1>You've been...</h1> <h1>You've been...</h1>
<script src="./js/redirectrickroll.js"></script>
<script src="/js/redirectrickroll.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save