1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE html> <!-- MIT License, Copyright (c) 2020 Marvin Borner --> <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>