View sourcecode

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

wesproj.html

41 lines ISO-8859-1 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
<!DOCTYPE html>
<html lang="sv">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="wesstyle.css">
        <link rel="icon" href="/images/skipbieicon(compressed).jpg">
        <title>Philips Sunkhåla</title>
        <script src="https://kit.fontawesome.com/0b0c9a8dc7.js" crossorigin="anonymous"></script>
        <meta charset="UTF-8">
    </head>
    <body>
        <header class="header" id="Pheader"  style="overflow: hidden;">
            <nav class="navbar">
                <h1 style="text-align: center;">Webbserver-Projekt</h1>
                <ul>
                    <li><a href="/webbserver/weshem.html"><i class="fa-solid fa-house fa-xs"></i> Hem</a></li>
                    <li><a href="/webbserver/wesmom.html"><i class="fa-solid fa-code"></i> Moment</a></li>
                    <li><a href="#"><i class="fa-solid fa-terminal"></i> Projekt</a></li>
                    <li><a href="https://wp.als070414ps.hemsida.eu/"><i class="fa-brands fa-wordpress"></i> Wordpress</a></li>
                    <li><a href="source.php"> CSource</a></li>
                    <li><a href="/index.html"> Till Valsidan</a></li>
                </ul>
            </nav>
        </header>
        <main>
            <a class="momentlink" href="projekt/p02/home.php">
            <div class="Momentholder" id="P02">
                <h3>P02 - Bloggsida</h3>
            </div>
            </a>
            <a class="momentlink" href="projekt/re_bank01/index.php">
            <div class="Momentholder" id="P01">
                <h3>P01 - Banken</h3>
            </div>
            </a>
        </main>
        <footer>
            <p>&copy; Philips hemsida     Copyright ̷̨͇̞͍̥̜̙͔͂͂̈́̈́͗̋̂͆̈̅͜ ̸̺̞̬̯̘̖͒̿͠ͅ ̵͉̥̰̤͎͉͕̜͉͚̗̂͌̒͐ ̶̭͖̖͎̯̭̋͂̅̓̅̾̎̈́͝ͅ ̴̛̞͖̭̼̘̄̍̒͑̂̑̀̾͠͝ ̷͇̦͑͊͆͂̄̌̚͝ ̴̢̢͉̹͓̟̙̱̳̩̄̀͛̐̈́̅̈́͐͘͘͝͠ ̷̥͍̐͑̊̅̔̓̏͝ ̴̡̺̱̯̬̭̗̱̳̖̅̇͐͜ ̵̢̢̣̜͈̱̳͈͈͈̤́̎̅͒̽͂̓́́̃́ͅ ̸̧̟̥̫̱͖̪̖̻̱̔̓̅͝  reserved</p>
        </footer>
    </body>
</html>