blob: 3c06663d7d9839b213c5891ad69c1d2a89d149b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head></head>
<body>
<script src="https://www.w3schools.com/lib/w3.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>
<h1>Test</h1>
|