aboutsummaryrefslogtreecommitdiff
path: root/18/index.html
blob: d1b183fe199029b8af5e54031173dbdcf6e44918 (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
<!DOCTYPE html>
<html lang="nl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
    <link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU"
        crossorigin="anonymous">
    <title>18.</title>
    <link rel="stylesheet" href="/style/18.css">
</head>
<body>
    <div class="wrapper">
        <div class="start">
            <div class="face"></div>
            <div class="terminal"></div>
            <i class="fa fa-angle-down down-arrow" aria-hidden="true"></i>
        </div>
    </div>
    <div class="content">
        <p>Hallo!</p>
        <p>Het feit dat je een link naar deze pagina hebt ontvangen betekent dat je bent uitgenodigt voor mijn 18de verjaardag!</p>
        <p>Het feest begint om <b>17:00</b>! Het wordt een gezellig feestje met muziek, eten, drankjes en hopelijk een kampvuur in de tuin.</p>
        <p><b>Locatie: </b><i>***REMOVED***</i><br><b>Datum: </b><i>***REMOVED***</i></p>
        <p>Zeg het als je kunt komen!</p>
        <p>Groet,</p>
        <p>Noah.</p>
    </div>
    <script src="/18/script.js"></script>
</body>
</html>