shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

books.html (1053B)


<!DOCTYPE html>
<html lang="en">

<head>
    <title>Shimo!!</title>
    <link rel='stylesheet' type='text/css' href="style.css"/>
    <link rel='icon' type='image/png' href="/mascots/1-square.png">
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
    <div id="content">

    <a href="/"><h1>Bøker!!</h1></a>

    <div class="titleBar">
        <div class="titleButton"><a href="/music">Musik</a></div>
        <div class="titleButton"><a href="/school">Skole</a></div>
        <div class="titleButton"><a href="/norsk">Norsk</a></div>
        <div class="titleButton"><a href="/">Hjem</a></div>
    </div>

    <p><em>The Trial?</em> more like <em>The Smile</em>, because it makes me happy
    when I read it (✿◡‿◡)</p>
    <p>Har du lest <em>Stoner</em>? Du har ikke? Slutt å les dette og begynn å lese det i stedet for!</p>

    </div>

    <img src="/mascots/1.png" id="mascot"></img>
    <script src="image.js"></script>
</body>
</html>