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" />
|
2026-04-14 20:55:42 +08:00
|
|
|
<title>ashim</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" />
|
2026-03-26 22:52:56 +08:00
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2026-04-14 20:55:42 +08:00
|
|
|
<meta property="og:title" content="ashim" />
|
2026-03-26 22:46:01 +08:00
|
|
|
<meta property="og:description" content="Open-source, self-hosted image processing platform" />
|
|
|
|
|
<meta property="og:type" content="website" />
|
2026-03-27 01:04:42 +08:00
|
|
|
<meta property="og:image" content="/og-image.png" />
|
2026-03-22 02:57:49 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|