diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 22:04:26 -0500 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 22:04:26 -0500 |
| commit | 4b0a9dd484b5fd03ff25b78935a297c0239ce3bf (patch) | |
| tree | 9fddfc2dc9e5a9fbca39e651869a1a313b15ee46 /public/home.html | |
| parent | remove js from console (diff) | |
| download | xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.tar.gz xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.tar.bz2 xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.zip | |
fix endpoint, html parse, load more posts
Diffstat (limited to 'public/home.html')
| -rw-r--r-- | public/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/home.html b/public/home.html index 79c807b..865e53a 100644 --- a/public/home.html +++ b/public/home.html @@ -12,6 +12,6 @@ <script src="/js/header.js"></script> <script src="/js/api.js"></script> <script src="/js/home.js"></script> - <script>load()</script> + <script>init()</script> </body> </html>
\ No newline at end of file |