View sourcecode

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

weswebmoment03.html

20 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Isak's moment</title>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <header>
            <h1 id="head1">moment03</h1>
        </header>
        <a href="moment3/m03u1.html">m03u1</a>
        <br>
        <a href="moment3/m03u2.php">m03u2</a>
        <br>
        <a href="moment3/m03u3.php">m03u3</a>
    </body>
</html>