diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-02-09 20:53:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 20:53:05 +0530 |
commit | 74c0051cc493a8d60535b5555938a6d1a98b172c (patch) | |
tree | 2e97773f4db8ebcd4d3dfc48bd03ec3c875e749c /index.html | |
parent | dd044c8dabb5be59f8f2e06c3c498baa11b17758 (diff) |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,9 +34,9 @@ </head> <body> -<script src="https://www.w3schools.com/lib/w3.js" async></script> +<script src="https://www.w3schools.com/lib/w3.js" ></script> <div w3-include-html="https://navanchauhan.me/menu.html"> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" async></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" ></script> <script src="./js/menu.js" async></script> </div> |