aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-01-28 16:39:19 +0530
committerGitHub <noreply@github.com>2018-01-28 16:39:19 +0530
commit4bb08dc7ab30c0637bd9b2fd47c5923090371ec7 (patch)
tree9eff7df18555494d8b4f75cd779dded2eae3c92b
parent8ff8fc9aec1726ad8404a1b6c217e1542a5034f0 (diff)
Update experimental.html
-rw-r--r--experimental.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/experimental.html b/experimental.html
index 39b6ecc..3c06663 100644
--- a/experimental.html
+++ b/experimental.html
@@ -2,9 +2,10 @@
<head></head>
<body>
<script src="https://www.w3schools.com/lib/w3.js"></script>
- <div w3-include-html="https://navanchauhan.me/menu.html"></div>
-<script src="./js/menu.js"></script>
+ <div w3-include-html="https://navanchauhan.me/menu.html">
+ <script src="./js/menu.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+ </div>
<script>
w3.includeHTML();
</script>