~dricottone/huttese

ref: 3792612e41649738053ff29f84fea07f0dc0cb17 huttese/usr/share/nginx/html/index.html -rw-r--r-- 233 bytes
3792612eDominic Ricottone Initial commit 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Hello world</title>
</head>
<body>
<h1>Hello world</h1>
<p>This is a test page.</p>
</body>
</html>