1 2 3 4 5 6 7 8 9 10 11 12
// reachable from http://localhost:3000/two export default () => ( <html> <head> <title>two</title> </head> <body> <p>two</p> </body> </html> );