~dricottone/huttese

ref: 6476da76a8eeec0a2a48c53eefcaf3eae20c144a huttese/sr/usr/share/nginx/html/index.html -rw-r--r-- 233 bytes
6476da76Dominic Ricottone Refactoring 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>