45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <!-- <meta charset="UTF-8"> -->
 | 
						|
    <!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
 | 
						|
    <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
 | 
						|
    <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> -->
 | 
						|
    <!-- <script src="https://unpkg.com/htmx.org@1.9.12"></script> -->
 | 
						|
    <title>Gomatic Agents</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
    Test
 | 
						|
    <!-- <div class="row"> -->
 | 
						|
 | 
						|
        <!-- <div class="col"> -->
 | 
						|
            <h2>Tasks</h2>
 | 
						|
 | 
						|
            <!-- <div> -->
 | 
						|
            <!--     <a href="#" hx-get="/newtaskform" hx-target="#addTaskForm">Add New Item</a> -->
 | 
						|
            <!-- </div> -->
 | 
						|
 | 
						|
            <!-- <div id="agentList" hx-get="/agents" hx-trigger="load" hx-swap="innerHTML"> -->
 | 
						|
 | 
						|
            <!-- </div> -->
 | 
						|
 | 
						|
        <!-- </div> -->
 | 
						|
        <!-- <div class="col">
 | 
						|
 | 
						|
        </div> -->
 | 
						|
        <!-- <div class="col"> -->
 | 
						|
        <!--     <h2>Add New Task</h2> -->
 | 
						|
 | 
						|
            <!-- <div id="addTaskForm"> -->
 | 
						|
            <!--     hello -->
 | 
						|
            <!--     {{template "addTaskForm"}} -->
 | 
						|
            <!-- </div> -->
 | 
						|
 | 
						|
        <!-- </div> -->
 | 
						|
 | 
						|
    <!-- </div> -->
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |