Skip to content

Commit 0725994

Browse files
authored
Add jquerty
1 parent 472c1f9 commit 0725994

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

docs/download/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
88
<link rel="stylesheet" href="/4U-Programming-language/style.css">
99
<title>Download 4U</title>
10+
<script
11+
src="https://code.jquery.com/jquery-3.3.1.js"
12+
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
13+
crossorigin="anonymous"></script>
1014
</head>
1115
<body>
1216
<h1 class="main-title">Download 4U</h1>

docs/features/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
88
<link rel="stylesheet" href="/4U-Programming-language/style.css">
99
<title>The 4U language</title>
10+
<script
11+
src="https://code.jquery.com/jquery-3.3.1.js"
12+
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
13+
crossorigin="anonymous"></script>
1014
</head>
1115
<body>
1216
<h1 class="main-title">Features</h1>

docs/images/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
88
<link rel="stylesheet" href="/4U-Programming-language/style.css">
99
<title>The 4U language</title>
10+
<script
11+
src="https://code.jquery.com/jquery-3.3.1.js"
12+
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
13+
crossorigin="anonymous"></script>
1014
</head>
1115
<body>
1216
<h1 class="main-title">Images</h1>

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<link rel="stylesheet" href="/4U-Programming-language/style.css">
99
<script src="/4U-Programming-language/index.js"></script>
1010
<title>The 4U language</title>
11+
<script
12+
src="https://code.jquery.com/jquery-3.3.1.js"
13+
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
14+
crossorigin="anonymous"></script>
1115
</head>
1216
<body>
1317
<div>

docs/navig/nav.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<html>
33
<head>
44
<link rel="stylesheet" href="../style.css">
5+
<script
6+
src="https://code.jquery.com/jquery-3.3.1.js"
7+
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
8+
crossorigin="anonymous"></script>
59
</head>
610
<body>
711
<div id="header"></div>

0 commit comments

Comments
 (0)