mirror of
				https://github.com/labstack/echo.git
				synced 2025-10-30 23:57:38 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			401 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			401 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="x-ua-compatible" content="ie=edge">
 | |
|     <title>Echo</title>
 | |
|     <link rel="shortcut icon" href="favicon.ico"/>
 | |
|     <meta name="description" content="">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| </head>
 | |
| <body>
 | |
| <h1>Echo!</h1>
 | |
| <script src="/scripts/main.js"></script>
 | |
| </body>
 | |
| </html>
 |