ifndefJOSH / usurl

GNU General Public License v3.0
1 stars 0 forks source link

Move JavaScript into its own static file #6

Open ifndefJOSH opened 1 year ago

ifndefJOSH commented 1 year ago

In templates/redirect.html, there is an inline script. I would like this moved to a dedicated static JavaScript file and loaded in the HTML file, rather than being inline. Please refer to Flask documentation for how to get the location of a static file in a render template (the HTML file).