shii.moe

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

music.html (2253B)


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

<head>
    <title>Musik!!</title>
    <link rel='stylesheet' type='text/css' href="style.css"/>
    <link rel='icon' type='image/png' href="/mascots/3-square.png">
    <link rel="preload" as="image" href="/background-300x300.png">
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
    <div id="content">
    <a href="/"><h1>Musik!!</h1></a>

    <div class="titleBar">
        <div class="titleButton"><a href="/">Hjem</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="/books">Bøker</a></div>
        <div class="titleButton"><a href="/blog">Blog</a></div>
    </div>

    <div class="guitarAudio">
    <audio controls s>
        <source src="lemon.mp3" type="audio/mpeg">
    </audio>
    </div>


    <div class = "guitarCentre">
    <img src="gita.jpg" class="guitarPicture">
    <p class="guitarText">A recording of <em>Lemon Meringue Tie</em> by <em>Dance Gavin Dance</em> played on my <em>Epiphone Les Paul</em>, coming
        through an <em>Orange Crush 20</em> with a <em>Boss DS-1</em> for distortion.
    </p>
    <p class="guitarText">Et opptak av <em>Lemon Merginue Tie</em> av <em>Dance Gavin Dance</em> spillet
<em>Epiphone Les Paul</em>en min, gjennom en <em>Orange Crush 20</em> med en <em>Boss DS-1</em>
    for forvrengning.</p>
    </div>

    <div class ="guitarAudio">
    <audio controls s class="audio">
        <source src="rio.mp3" type="audio/mpeg">
    </audio>
    </div>

    <div class = "guitarCentre">
        <img src="classical.jpg" class="guitarPicture">
        <p class="guitarText">Dette musikkstykket heter <em>Rio by Night</em> av <em>Vincent Lindsey-Clark</em>, det er veldig
            enkel, men det er gøy å spille.</p>
    </div>


    </div>

    <noscript><style>#mascot { opacity: 0.85; }</style></noscript>
    <img src="/mascots/3.png" id="mascot"></img>
    <script src="colours.js"></script>
    <script src="image.js"></script>
    <script>randomMascot(NOVELTY);</script>
</body>
</html>