1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="utf-8 " />
5
- < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
- < meta name ="theme-color " content ="#000000 " />
8
- < meta
9
- name ="description "
10
- content ="Web site created using create-react-app "
11
- />
12
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
13
3
14
- < link
15
- href ="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900 "
16
- rel ="stylesheet "
17
- />
18
- < link
19
- rel ="stylesheet "
20
- href ="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css "
21
- />
22
- <!--
4
+ < head >
5
+ < meta charset ="utf-8 " />
6
+ < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
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%/logo192.png " />
11
+ < link href ="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900 " rel ="stylesheet " />
12
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css " />
13
+ <!--
23
14
manifest.json provides metadata used when your web app is installed on a
24
15
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
25
16
-->
26
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
27
- <!--
17
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
18
+ < link href ="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css " rel ="stylesheet ">
19
+
20
+ <!--
28
21
Notice the use of %PUBLIC_URL% in the tags above.
29
22
It will be replaced with the URL of the `public` folder during the build.
30
23
Only files inside the `public` folder can be referenced from the HTML.
33
26
work correctly both with client-side routing and a non-root public URL.
34
27
Learn how to configure a non-root public URL by running `npm run build`.
35
28
-->
36
- < link
37
- rel ="stylesheet "
38
- href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css "
39
- integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh "
40
- crossorigin ="anonymous "
41
- />
42
- < title > JS Daily</ title >
43
- </ head >
44
- < body >
45
- < noscript > You need to enable JavaScript to run this app.</ noscript >
46
- < div id ="root "> </ div >
47
- <!--
29
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css "
30
+ integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous " />
31
+ < title > SEO Dashboard</ title >
32
+ </ head >
33
+
34
+ < body >
35
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
36
+ < div id ="root "> </ div >
37
+ <!--
48
38
This HTML file is a template.
49
39
If you open it directly in the browser, you will see an empty page.
50
40
54
44
To begin the development, run `npm start` or `yarn start`.
55
45
To create a production bundle, use `npm run build` or `yarn build`.
56
46
-->
57
- </ body >
58
- < script
59
- src ="https://code.jquery.com/jquery-3.4.1.slim.min.js "
60
- integrity ="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n "
61
- crossorigin ="anonymous "
62
- > </ script >
63
- < script
64
- src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/umd/popper.min.js "
65
- integrity ="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo "
66
- crossorigin ="anonymous "
67
- > </ script >
68
- < script
69
- src ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js "
70
- integrity ="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6 "
71
- crossorigin ="anonymous "
72
- > </ script >
73
- </ html >
47
+ </ body >
48
+ < script src ="https://code.jquery.com/jquery-3.4.1.slim.min.js "
49
+ integrity ="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n " crossorigin ="anonymous "> </ script >
50
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/umd/popper.min.js "
51
+ integrity ="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin ="anonymous "> </ script >
52
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js "
53
+ integrity ="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6 " crossorigin ="anonymous "> </ script >
54
+
55
+ </ html >
0 commit comments