summaryrefslogtreecommitdiff
path: root/index.html
blob: 5eb59a58a6a5d9786676a08fc7cf467fded77322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<head>
    <title>jaerri!</title>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
    <h2>under construction</h2>
    <a href="https://git.jaerri.top/">git testing!</a>
    <form action="hello.php" method="get">
        <input type="text" name="hello">
        <input type="submit" value="hello world">
    </form>       
</body>