summaryrefslogtreecommitdiff
path: root/wk9/lect/hello/templates/index.html
blob: 28aaf9f5acad589011f6138b8dcb4e890fb427bd (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>

<html lang="en">
    <head>
        <meta name="viewport" content="initial-scale=1, width=device-width">
        <title>hello</title>
    </head>
    <body>
        Hello, World
    </body>
</html>