feat: add initial Go+HTMX web project structure
This commit is contained in:
		
							
								
								
									
										13
									
								
								templates/public/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								templates/public/index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| <!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> | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder (aider)
					Grail Finder (aider)