mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
 | 
						|
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
 | 
						|
    <link rel="icon" type="image/svg+xml" href="/icon.svg" />
 | 
						|
    <link rel="manifest" href="/manifest.json" />
 | 
						|
    <meta name="theme-color" id="theme-color" content="" />
 | 
						|
    <meta name="description" content="Uptime Kuma monitoring tool" />
 | 
						|
    <title>Uptime Kuma</title>
 | 
						|
    <style>
 | 
						|
        .noscript-message {
 | 
						|
            font-size: 20px;
 | 
						|
            text-align: center;
 | 
						|
            padding: 10px;
 | 
						|
            max-width: 500px;
 | 
						|
            margin: 0 auto;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<noscript>
 | 
						|
<div class="noscript-message">
 | 
						|
    Sorry, you don't seem to have JavaScript enabled or your browser
 | 
						|
    doesn't support it.<br />This website requires JavaScript to function.
 | 
						|
    Please enable JavaScript in your browser settings to continue.
 | 
						|
</div>
 | 
						|
</noscript>
 | 
						|
<div id="app"></div>
 | 
						|
<script type="module" src="/src/main.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |