summaryrefslogtreecommitdiff
path: root/hello_server/hello.html
blob: 869c8f928111164261bf956e16823f908fe0145b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>
            Hello!
        </title>
    </head>
    <body>
        <h1>
            Hello!
        </h1>
        <p>
        Hi from Rust
        </p>
    </body>
</html>