1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
+ < link rel ="icon " type ="image/svg+xml " href ="./favicon.svg ">
8
+ < link rel ="icon " type ="image/png " href ="./favicon.png ">
9
+ < link rel ="apple-touch-icon " sizes ="130x130 " href ="./apple-touch-icon.png ">
10
+ < meta name ="theme-color " content ="#191e25 ">
11
+ < meta name ="twitter:card " content ="summary_large_image ">
12
+ < meta name ="twitter:site " content ="@GoodbyteStudio ">
13
+ < meta name ="twitter:creator " content ="@GoodbyteStudio ">
14
+ < meta name ="twitter:title " content ="Film Frequency: a contribution graph for Letterboxd ">
15
+ < meta name ="twitter:description " content ="See your logged Letterboxd films as a Github-like frequency graph ">
16
+ < meta name ="twitter:image " content ="https://www.filmfrequency.com/socialmediabanner.png ">
17
+ < meta property ="og:url " content ="https://www.filmfrequency.com ">
18
+ < meta property ="og:type " content ="website ">
19
+ < meta property ="og:description " content ="See your logged Letterboxd films as a Github-like frequency graph ">
20
+ < meta property ="og:image " content =https://www.filmfrequency.com/socialmediabanner.png > < meta property ="og:title "
21
+ content ="Film Frequency: a contribution graph for Letterboxd ">
22
+ < title > Film Frequency: a contribution graph for Letterboxd</ title >
23
+ </ head >
3
24
4
- < head >
5
- < meta charset ="utf-8 ">
6
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
- < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
8
- < link rel ="icon " type ="image/svg+xml " href ="./favicon.svg ">
9
- < link rel ="icon " type ="image/png " href ="./favicon.png ">
10
- < link rel ="apple-touch-icon " sizes ="130x130 " href ="./apple-touch-icon.png ">
11
- < meta name ="theme-color " content ="#191e25 ">
12
- < meta name ="twitter:card " content ="summary_large_image ">
13
- < meta name ="twitter:site " content ="@GoodbyteStudio ">
14
- < meta name ="twitter:creator " content ="@GoodbyteStudio ">
15
- < meta name ="twitter:title " content ="Film Frequency: a contribution graph for Letterboxd ">
16
- < meta name ="twitter:description " content ="See your logged Letterboxd films as a Github-like frequency graph ">
17
- < meta name ="twitter:image " content ="https://www.filmfrequency.com/socialmediabanner.png ">
18
- < meta property ="og:url " content ="https://www.filmfrequency.com ">
19
- < meta property ="og:type " content ="website ">
20
- < meta property ="og:description " content ="See your logged Letterboxd films as a Github-like frequency graph ">
21
- < meta property ="og:image " content =https://www.filmfrequency.com/socialmediabanner.png > < meta property ="og:title "
22
- content ="Film Frequency: a contribution graph for Letterboxd ">
23
- < title > Film Frequency: a contribution graph for Letterboxd</ title >
24
- </ head >
25
+ < body >
26
+ < noscript >
27
+ < p >
28
+ < a href ="https://github.com/GoodbyteCo/Letterboxd-Film-Frequency "> Film Frequency</ a >
29
+ requires Javascript to run. Please enable it to use the site. See:
30
+ < em > < a href ="https://enable-javascript.com "> how to turn on Javascript</ a > </ em > .
31
+ </ p >
32
+ < style >
33
+ body ,
34
+ html {
35
+ margin : 0 ;
36
+ background : # 191e25 ;
37
+ font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, 'Helvetica Neue' , sans-serif;
38
+ -webkit-font-smoothing : antialiased;
39
+ -moz-osx-font-smoothing : grayscale;
40
+ }
25
41
26
- < body >
27
- < noscript >
28
- < p >
29
- < a href ="https://github.com/GoodbyteCo/Letterboxd-Film-Frequency "> Film Frequency</ a >
30
- requires Javascript to run. Please enable it to use the site. See:
31
- < em > < a href ="https://enable-javascript.com "> how to turn on Javascript</ a > </ em > .
32
- </ p >
33
- < style >
34
- body ,
35
- html {
36
- margin : 0 ;
37
- background : # 191e25 ;
38
- font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, 'Helvetica Neue' , sans-serif;
39
- -webkit-font-smoothing : antialiased;
40
- -moz-osx-font-smoothing : grayscale;
41
- }
42
-
43
- p {
44
- color : # adbed0 ;
45
- margin : 120px auto;
46
- max-width : 52ch ;
47
- padding : 0 30px ;
48
- }
49
-
50
- a {
51
- color : # 01e054 ;
52
- }
53
- </ style >
54
- </ noscript >
55
- < main id ="app "> </ main >
56
- < script type ="module " src ="/src/main.ts "> </ script >
57
- </ body >
42
+ p {
43
+ color : # adbed0 ;
44
+ margin : 120px auto;
45
+ max-width : 52ch ;
46
+ padding : 0 30px ;
47
+ }
58
48
49
+ a {
50
+ color : # 01e054 ;
51
+ }
52
+ </ style >
53
+ </ noscript >
54
+ < main id ="app "> </ main >
55
+ < script type ="module " src ="/src/main.ts "> </ script >
56
+ </ body >
59
57
</ html >
0 commit comments