14 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| 	<meta charset="UTF-8">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 	<title>HTMX + Go Starter</title>
 | |
| 	<script src="https://unpkg.com/htmx.org@1.9.10"></script>
 | |
| </head>
 | |
| <body>
 | |
| 	<h1>HTMX + Go Starter</h1>
 | |
| 	<p>Edit this HTML in templates/public/index.html</p>
 | |
| </body>
 | |
| </html>
 | 
