diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-05-21 18:59:15 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-05-21 18:59:15 +0100 |
| commit | 0b9acaf9eb8ba65595fe2762abfa79b0cd636acf (patch) | |
| tree | 5f0bdff9a5f6ee02a55d49aebee55694b7671cc6 /www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html | |
| parent | 7d1cf217e8b8a45eb18f9af14a73f54ae385e17f (diff) | |
Add defer attribute to js links
Diffstat (limited to 'www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html')
| -rw-r--r-- | www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html b/www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html index 457a7af..1b5bdf5 100644 --- a/www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html +++ b/www/posts/php/2021-01-18/installing-php-8-for-windows-10/index.html @@ -26,7 +26,7 @@ PHP 8.0.1 (cli) (built: Jan 5 2021 23:43:33) ( NTS Visual C++ 2019 x64 ) Copyright (c) The PHP Group Zend Engine v4.0.1, Copyright (c) Zend Technologies</code></pre><h3>Links</h3><a href="https://windows.php.net/">PHP For Windows.</a><a href="/posts/php">PHP - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section> - <script src="/js/highlight.min.js"></script> - <script src="/js/site.js"></script> + <script defer src="/js/highlight.min.js"></script> + <script defer src="/js/site.js"></script> </body> </html> |
