Skip to content

Commit 7242e41

Browse files
Update index.html with Bootstrap and CSS CDN links
1 parent 4bd5a56 commit 7242e41

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

public/index.html

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/CN_Logo2.png" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Web site created using create-react-app"/>
9-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/CN_Logo2.png" />
10-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
11-
<link
12-
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
13-
rel="stylesheet"
14-
/>
153

16-
<!-- bootstap -->
17-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
4+
<head>
5+
<meta charset="utf-8" />
6+
<link rel="icon" href="%PUBLIC_URL%/CN_Logo2.png" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="theme-color" content="#000000" />
9+
<meta name="description" content="Web site created using create-react-app" />
10+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/CN_Logo2.png" />
11+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
12+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
1813

19-
<!-- ==== ANIMATE ON SCROLL CSS CDN ==== -->
20-
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
21-
<link
22-
rel="stylesheet"
23-
type="text/css"
24-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
25-
/>
26-
<title>Cisco ViiT</title>
27-
</head>
28-
<body>
29-
<noscript>You need to enable JavaScript to run this app.</noscript>
30-
<div id="root"></div>
14+
<!-- bootstap -->
15+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
16+
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
3117

32-
<!-- bootstap -->
33-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
34-
</body>
35-
</html>
18+
<!-- ==== ANIMATE ON SCROLL CSS CDN ==== -->
19+
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
20+
<link rel="stylesheet" type="text/css"
21+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
22+
<title>Cisco ViiT</title>
23+
</head>
24+
25+
<body>
26+
<noscript>You need to enable JavaScript to run this app.</noscript>
27+
<div id="root"></div>
28+
29+
<!-- bootstap -->
30+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
31+
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
32+
crossorigin="anonymous"></script>
33+
</body>
34+
35+
</html>

0 commit comments

Comments
 (0)