3792612e Dominic Ricottone
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>