back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/test_files/index.html
blob: f27374beec1b711baa1f3327e032bb0f02dabe7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Welcome to scratko's server!</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>Welcome to scratko's server!</h1>
<p>Test page.</p>
</body>
</html>