13 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1" />
 | |
|     <title>Hello, World!</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <p>Hello, there!</p>
 | |
|     <p>Here's the roadsign benchmarking test data!</p>
 | |
|   </body>
 | |
| </html>
 |