diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 14:41:39 -0500 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 14:41:39 -0500 |
| commit | 7f1a57d1a6a42485b5baeb4af8630baa2de8623c (patch) | |
| tree | e2fd3e49e88a081a3bd9686683b57c87f24b2160 /public/home.html | |
| parent | remove db from commit (diff) | |
| download | xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.gz xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.bz2 xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.zip | |
finish
Diffstat (limited to 'public/home.html')
| -rw-r--r-- | public/home.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/home.html b/public/home.html index 6035fc4..cc780ac 100644 --- a/public/home.html +++ b/public/home.html @@ -10,6 +10,8 @@ <body> <script src="./js/main.js"></script> <script src="./js/header.js"></script> + <script src="./js/api.js"></script> <script src="./js/home.js"></script> + <script>load()</script> </body> </html>
\ No newline at end of file |