Files
klemek 2c32144c6c
Lint / Oxlint (push) Successful in 6m5s
Lint / TypeScript (push) Successful in 5m21s
Lint / ESLint (push) Successful in 6m5s
Deploy / Build (push) Successful in 5m17s
Deploy / Deploy to Stapler (push) Successful in 5m10s
refactor: refresh from template
2026-05-02 21:58:04 +02:00

25 lines
844 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Coverify</title>
<link rel="stylesheet" href="/src/style.scss" />
<link rel="stylesheet" href="/material-colors.css" />
<!-- <link rel="icon" href="/favicon.ico"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<!-- card related -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" content="Coverify" />
<meta
property="og:description"
content="Create album covers from mundane photos"
/>
<meta property="org:url" content="https://cover.klemek.fr" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>