summaryrefslogtreecommitdiff
path: root/books.html
blob: b5b25fe0709291e3d6098b64b030144e27e4bb1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
    <head>
        <title>Reading List</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <!-- Google tag (gtag.js) -->
    <script src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" integrity="sha384-eedyWfm666Hcy5lraLs59fScrWdLJc7TRDs3DAnSAFYKw47+fh334l6cUAQ/drRl" crossorigin="anonymous"></script>
    <script nonce="analytics">
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'G-C5K7744E4T');
    </script>
    <body>
        <div id="dhead" class="container">
            <h1>Reading List</h1>
        </div>

        <div class="darkgroup">
            <div class="container">
                <div class="ctitle">Background</div>
                Why to read
            </div>
        </div>

        <div id="history" class="container">
            <div class="ctitle">Books</div>
            <div class="entry row">
                <div class="timespan">
                    Soon
                </div>
                <div class="ico">
                    <div class="entry-dot"></div>
                </div>
                <div class="desc">
                    Books added here
                </div>
            </div>
        </div>

        <div class="darkgroup">
            <div class="container">
                <div class="ctitle"><a href="https://conjfrnk.com">Home</a></div>
            </div>
        </div>
    </body>
</html>