1- <!doctype html>
1+ <!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="utf-8 " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6- < meta name ="theme-color " content ="#000000 " />
7- < meta
8- name ="description "
9- content ="A simple and reusable datepicker component for React. "
10- />
11- < meta
12- name ="keywords "
13- content ="React, HTML, CSS, JavaScript, JSX, date, datepicker "
14- />
15- < title > React Datepicker crafted by HackerOne</ title >
16- < link
17- href ="https://fonts.googleapis.com/css?family=Open+Sans&display=swap "
18- rel ="stylesheet "
19- />
20- < link
21- rel ="stylesheet "
22- href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css "
23- integrity ="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA== "
24- crossorigin ="anonymous "
25- referrerpolicy ="no-referrer "
26- />
27- </ head >
283
29- < body >
30- < noscript > You need to enable JavaScript to run this app.</ noscript >
31- < div id ="root "> </ div >
32- </ body >
33- </ html >
4+ < head >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+ < meta name ="theme-color " content ="#000000 " />
8+ < meta name ="description " content ="A simple and reusable datepicker component for React. ">
9+ < meta name ="keywords " content ="React, HTML, CSS, JavaScript, JSX, date, datepicker ">
10+ < title > React Datepicker crafted by HackerOne</ title >
11+ < link href ="https://fonts.googleapis.com/css?family=Open+Sans&display=swap " rel ="stylesheet ">
12+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css "
13+ integrity ="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA== "
14+ crossorigin ="anonymous " referrerpolicy ="no-referrer " />
15+ </ head >
16+
17+ < body >
18+ < noscript > You need to enable JavaScript to run this app.</ noscript >
19+ < div id ="root "> </ div >
20+ </ body >
21+
22+ </ html >
0 commit comments