blob: 15a9a7b7084d0e148d7366feab17e819f721a773 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Melvix Server</title>
</head>
<body>
<h1>This is a test page.</h1>
</body>
</html>
|