Visa källkod

Följande filer finns i denna mapp. Klicka på dem för att visa koden!

index.html

94 lines UTF-8 Windows (CRLF)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype HTML>
<meta charset="UTF-8">
<HTML>
<head>
    <link rel="stylesheet" type="text/css" href="css/main.css">
    <!--<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> -->
    <title>wesweb01</title>
</head>
<body>
    <h2 class="titel">WebserverProgrammering 1</h2>
    <div class="vanster">
        <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/1.php">Moment 01</a>
                <h1 class="desc">"Introduktion och utvecklingsmiljö"</h1>
            </ul>
        </li>
            
        </section>
                <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/2.php">Moment 02</a>
                <h1 class="desc">"PHP grunder"</h1>
            </ul>
        </li>
            
        </section>
                <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/3.php">Moment 03</a>
                <h1 class="desc">"Formulär & datapersistens"</h1>
            </ul>
        </li>
            
        </section>
                <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/4.php">Moment 04</a>
                <h1 class="desc">"En inloggningsapplikation"</h1>
            </ul>
        </li>
            
        </section>
                <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/5.php">Moment 06</a>
                <h1 class="desc">"Databasteori & SQL"</h1>
            </ul>
        </li>
            
        </section>
                <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/6.php">Moment 07</a>
                <h1 class="desc">"Förberedelser inför projekt"</h1>
            </ul>
        </li>
            
        </section>
                <section class="uppgifter">
                <li class="uppgifter">
            <ul>
                <a href="uppgifter/7.php">Moment 10</a>
                <h1 class="desc">"Redovisning & komplettering"</h1>
            </ul>
        </li>
            
        </section>
        
    </div>
    <div class="hoger">
        <section class="projekt">
        
        </section>
                <section class="projekt">
        
        </section>
                <section class="projekt">
        
        </section>
    </div>
    <div class="footer">
    <footer>
        <h3>Sidan är förnärvarande under konstruktion!</h3>
    </footer>
    </div>
</body>
</HTML>