View sourcecode

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

projekt.html

39 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
<!DOCTYPE html>
<html lang="sv">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Projekt</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>
            Projekt
        </h2>
        <div class="moment">
            <a href="projekt_bank/bank_1a/index.php">
            <img src="img/bank_1a.png" height="300" alt="Picture of the site">
            <h3>Banken_1a</h3>
            </a>
        </div>
        <div class="moment">
            <a href="projekt_stegen/stegen_1a/index.php">
            <img src="img/stegen_1a.png" height="300" alt="Picture of the site">
            <h3>Stegen</h3>
            </a>
        </div>
    </main>
</body>
</html>