mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			988 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			988 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
	<meta charset='utf-8'>
 | 
						|
	<meta name='viewport' content='width=device-width,initial-scale=1'>
 | 
						|
    <title>{{.Title}}</title>
 | 
						|
 | 
						|
    <link rel='icon' type='image/png' href='/favicon.png'>
 | 
						|
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
 | 
						|
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
 | 
						|
	<link rel='stylesheet' href='/global.css'>
 | 
						|
    <link rel='stylesheet' href='/uPlot.min.css'>
 | 
						|
 | 
						|
    {{block "stylesheets" .}}{{end}}
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <div class="container">
 | 
						|
        <div class="row">
 | 
						|
            <div class="col">
 | 
						|
                {{block "content" .}}
 | 
						|
                    Whoops, you should not see this...
 | 
						|
                {{end}}
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
    {{block "javascript" .}}{{end}}
 | 
						|
</body>
 | 
						|
</html>
 |