mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 03:19:23 +08:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="keywords"
|
|
content="server monitor, Komari Monitor, server uptime monitoring, real-time server status, server performance dashboard, monitoring tool" />
|
|
<meta name="theme-color" content="#aa99ec" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<meta name="apple-mobile-web-app-title" content="Komari Monitor" />
|
|
<meta property="og:title" content="Komari Monitor" />
|
|
<meta property="og:description" content="A simple server monitor tool." />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Komari Monitor" />
|
|
<meta name="twitter:description" content="A simple server monitor tool." />
|
|
<title>Komari Monitor</title>
|
|
<meta name="description" content="A simple server monitor tool." />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|