All checks were successful
		
		
	
	Build and push / Pulling repo on server (push) Successful in 2s
				
		
			
				
	
	
		
			27 lines
		
	
	
		
			682 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			682 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <title>Dogstats</title>
 | 
						|
    <link href="/css/animate.min.css" rel="stylesheet">
 | 
						|
    <link href="/css/fontawesome.min.css" rel="stylesheet">
 | 
						|
    <link href="/css/bootstrap.min.css" rel="stylesheet">
 | 
						|
    <link href="/css/style.css" rel="stylesheet">
 | 
						|
    
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <?php include(ROOT."/templates/menu.html") ?>
 | 
						|
 | 
						|
    <main id="main" class="container" hx-get="/" hx-trigger="load">
 | 
						|
        
 | 
						|
    </main>
 | 
						|
 | 
						|
    <script src="/js/htmx.min.js"></script>
 | 
						|
    <script src="/js/bootstrap.bundle.min.js"></script>
 | 
						|
        
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |