summaryrefslogtreecommitdiff
path: root/www/index.html
blob: 70d0847d16296d29fd1228ce2944b47d7505401c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
        <head>
                <title>Hello Web</title>
        </head>
        <body>
                <h1>Hello Web</h1>
             <p>Depuis le Docker hostname</p>
        </body>
</html>