View sourcecode

The following files exists in this folder. Click to view.

moment04.html

45 lines UTF-8 Unix (LF)
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
<!DOCTYPE html>
<html lang="sv">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Moment04</title>
    <link rel="stylesheet" href="../style.css">
</head>
<body>
    <a class="skiplink" href="#content">Hoppa till huvud innehĂ„ll</a>
    <header>
        <nav>
            <a class="navbar" href="../index.html">Hem</a>
            <a class="navbar" href="../kontakt.html">Kontakta mig</a>
            <a class="navbar" href="../webbserver.html">Webbserver</a>
            <a class="navbar" href="../webbutveckling.html">Webbutveckling</a>
            <a class="navbar" href="../https://wp.als070511lb.hemsida.eu/">Wordpress</a>
        </nav>
        <h1>Leonids hemsida</h1>
    </header>
    <main id="content">
        <h2>
            Moment04
        </h2>
        <div class="moment">
            <a href="moment04/konton_1a/">
            <img src="img/konton_1a.png" height="300" alt="Picture of the site">
            <h3>konton_1a(json)</h3>
            </a>
        </div>
        <div class="moment">
            <a href="moment04/inlogg_1b/">
            <img src="img/inlogg_1b.png" height="300" alt="Picture of the site">
            <h3>inlogg_1b(cookies)</h3>
            </a>
        </div>
        <div class="moment">
            <a href="moment04/inlogg_1a/">
            <img src="img/inlogg_1a.png" height="300" alt="Picture of the site">
            <h3>inlogg_1a</h3>
            </a>
        </div>
    </main>
</body>
</html>