diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-01-28 17:33:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 17:33:43 +0530 |
commit | 6472441fc6608d6ad7ffa6245dc831658949eb40 (patch) | |
tree | 4b452f38541636a69e5111e7f98f1f19b1f66c54 | |
parent | c9d6cab7d6634eda14b77249db3a68b2d222916e (diff) |
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,7 @@ </head> <body> - +<div> <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"></script> @@ -27,6 +27,7 @@ <script> w3.includeHTML(); </script> + </div> <div class="app"> <h1>ShowDown</h1> <time class="time">10:00</time> |