Skip to content

Commit c9c5d04

Browse files
committed
adding jquery script into html header
1 parent 6293007 commit c9c5d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Base template</title>
55
<link type="text/css" rel="stylesheet" media="all" href="css/main.css" />
6+
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
67
<script src="js/main.js"></script>
78
</head>
89
<body>

0 commit comments

Comments
 (0)