summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/helloworld.html
blob: fc3caec9ca4b9971b8e9bd1c819de95dd6e74bb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Hello World">
    <title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>