shii.moe

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

school.html (949B)


<!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>Skole!!</h1></a>

    <div class="titleBar">
        <div class="titleButton"><a href="/music">Musik</a></div>
        <div class="titleButton"><a href="/">Hjem</a></div>
        <div class="titleButton"><a href="/norsk">Norsk</a></div>
        <div class="titleButton"><a href="/books">Bøker</a></div>
    </div>

    <h3 style="text-align: center;">Maths</h3>

    <iframe class="pdf" src="maths.pdf" width="100%" height="900pt"></iframe>

    </div>

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