22< html lang ="en ">
33< head >
44 < meta charset ="UTF-8 "/>
5- < link href ="/logo.png " rel ="icon " type ="image/png "/>
65 < meta content ="width=device-width, initial-scale=1.0 " name ="viewport "/>
7-
86 < title > QuickNote - Fast and Easy Note Taking</ title >
9- < meta
10- content ="QuickNote is a simple and fast note-taking application to capture your ideas and to-dos. "
11- name ="description "
12- />
13- < meta
14- content ="QuickNote, notes, note taking app, productivity, to-do list "
15- name ="keywords "
16- />
7+ < meta content ="QuickNote is a simple and fast note-taking application to capture your ideas and to-dos. " name ="description "/>
8+ < meta content ="QuickNote, notes, note taking app, productivity, to-do list " name ="keywords "/>
9+ < link href ="/quicknote.svg " rel ="icon " type ="image/png "/>
1710
18- < style >
19- # root .loader-container {
11+ < style data-loader-style >
12+ html , body {
13+ margin : 0 ;
14+ padding : 0 ;
15+ }
16+ # root > .loader-container {
2017 display : flex;
2118 justify-content : center;
2219 align-items : center;
2320 height : 100vh ;
2421 }
25-
26- # root .loader {
22+ # root > .loader-container > .loader {
2723 border : 5px solid # f3f3f3 ;
2824 border-top : 5px solid # 3498db ;
2925 border-radius : 50% ;
3026 width : 50px ;
3127 height : 50px ;
3228 animation : spin 1s linear infinite;
3329 }
34-
3530 @keyframes spin {
36- 0% {
37- transform : rotate (0deg );
38- }
39- 100% {
40- transform : rotate (360deg );
41- }
31+ 0% { transform : rotate (0deg ); }
32+ 100% { transform : rotate (360deg ); }
4233 }
4334 </ style >
4435</ head >
4536< body >
46-
4737< div id ="root ">
4838 < div class ="loader-container ">
4939 < div class ="loader "> </ div >
5242
5343< noscript >
5444 < style >
55- # root {
56- display : none;
57- }
58-
59- html ,
60- body {
45+ html , body {
6146 height : 100% ;
6247 margin : 0 ;
6348 font-family : system-ui, -apple-system, sans-serif;
6449 background-color : # f9f9f9 ;
6550 }
66-
51+ # root {
52+ display : none;
53+ }
6754 .noscript-container {
6855 height : 100vh ;
6956 display : flex;
7461 padding : 20px ;
7562 box-sizing : border-box;
7663 }
77-
7864 .logo {
7965 display : block;
8066 width : 250px ;
8167 max-width : 80% ;
8268 height : auto;
8369 margin-bottom : 2rem ;
8470 }
85-
8671 .noscript-message {
8772 background-color : # fff0f0 ;
8873 border-radius : 10px ;
9378 font-size : 1.25rem ;
9479 max-width : 500px ;
9580 }
96-
9781 .noscript-message a {
9882 color : # 337ab7 ;
9983 font-weight : bold;
10084 }
10185 </ style >
102-
10386 < div class ="noscript-container ">
104- < img alt ="QuickNote Logo " class ="logo " src ="/logo.png "/>
87+ < img alt ="QuickNote Logo " class ="logo " src ="/quicknote.svg "/>
10588 < div class ="noscript-message ">
10689 ⚠️ JavaScript is disabled in your browser.< br /> < br />
107- Please
108- < a
109- href ="https://www.enable-javascript.com "
110- rel ="noopener noreferrer "
111- target ="_blank "
112- > enable JavaScript</ a >
113- to use this application.
90+ Please < a href ="https://www.enable-javascript.com " rel ="noopener noreferrer " target ="_blank "> enable JavaScript</ a > to use this application.
11491 </ div >
11592 </ div >
11693</ noscript >
11794
11895< script src ="/src/Main.tsx " type ="module "> </ script >
11996</ body >
120- </ html >
97+ </ html >
0 commit comments