-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 875 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>javascript-core</title>
</head>
<body>
<div id="div"> javascript-core:-</div>
<p> Go to Console.... </p>
<!-- jquery only used for ajax call -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- scripts -->
<script type="text/javascript" src="./crud-jquery-posts-moduleDesignPattern.js"></script>
<script type="text/javascript" src="./isPalindrome.js"></script>
<script type="text/javascript" src="./module-design-pattern.js"></script>
<script type="text/javascript" src="./prototype-inheritence.js"></script>
<script type="text/javascript" src="./prototype.js"></script>
</body>
</html>