back to scratko.xyz
summaryrefslogtreecommitdiff
path: root/test_files/index.html
blob: 1dfbbedfd054667e39e875441c96a827d0a492bd (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 nginx!</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>