]> git.armaanb.net Git - lightcards-http.git/blob - index.html
Add more meta tags
[lightcards-http.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width">
6     <meta name="description" content="lightcards - terminal flashcards program homepage">
7     <meta name="robots" content="index, follow">
8     <meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src 'self'; img-src 'self'; style-src 'unsafe-inline';">
9     <meta name="referrer" content="no-referrer">
10     <title>lightcards</title>
11     <style>
12 body {
13   margin: 40px auto;
14   max-width: 650px;
15   line-height: 1.6;
16   font-size: 18px;
17   padding: 0 10px;
18 }
19
20 h1 {
21   line-height: 0.75;
22 }
23
24 h2 {
25   line-height: 1;
26 }
27
28 img {
29   width: 100%;
30 }
31
32 a {
33   font-size: 1.1em;
34   color: black;
35 }
36     </style>
37     <link href=data:, rel=icon>
38   </head>
39   <body>
40     <hr>
41     <h1>lightcards</h1>
42     <a href="https://sr.ht/~armaan/lightcards">Source code</a> | 
43     <a href="https://lists.sr.ht/~armaan/public-inbox">Mailing list</a> | 
44     <a href="https://pypi.org/project/lightcards">PyPI</a>
45     <hr>
46     <p>A terminal flashcards program that gets its data from Markdown.</p>
47
48     <h2>Gallery</h2>
49     <img src="1.webp" alt="screenshot 1">
50     <img src="2.webp" alt="screenshot 2">
51
52     <h2>Copyright</h2>
53     <p>Copyright 2021 Armaan Bhojwani, MIT license.
54     <hr>
55   </body>
56 </html>