Browse Source

Fixed the script src

main
Ravi Shah 5 years ago
parent
commit
3dd72b1643
  1. 2
      Web_Dashboard/templates/rickroll.html

2
Web_Dashboard/templates/rickroll.html

@ -27,6 +27,6 @@
<body>
<title>Rickrolled!</title>
<h1>Rickrolled!</h1>
<script src="js/redirect.js"></script>
<script src="static/redirect.js"></script>
</body>
</html>
Loading…
Cancel
Save