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> <body>
<title>Rickrolled!</title> <title>Rickrolled!</title>
<h1>Rickrolled!</h1> <h1>Rickrolled!</h1>
<script src="js/redirect.js"></script>
<script src="static/redirect.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save