aboutsummaryrefslogtreecommitdiff
path: root/html/home.html
blob: 2bda202655c7b663b23c0906c11f5b0f61c223be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>

<body onload="main()">
    <h1>hello!</h1>
    <h3>here have some quick links:</h3>
    <script>
        function main() {
            document.body.innerHTML += '<a href="/mail">mail</a>'
        }

    </script>
</body>

</html>