2026-03-22 02:57:49 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Stirling Image</title>
|
2026-03-26 22:46:01 +08:00
|
|
|
<meta name="description" content="Open-source, self-hosted image processing platform" />
|
|
|
|
|
<meta name="theme-color" content="#3b82f6" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
|
<meta property="og:title" content="Stirling Image" />
|
|
|
|
|
<meta property="og:description" content="Open-source, self-hosted image processing platform" />
|
|
|
|
|
<meta property="og:type" content="website" />
|
2026-03-22 02:57:49 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|