This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

18 lines
657 B
HTML
Raw Permalink Normal View History

2025-07-04 19:11:47 +03:00
<!doctype html>
2025-07-03 14:01:40 +03:00
<html lang="en">
2025-07-04 19:11:47 +03:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-tsrouter-app" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
2025-07-04 21:20:13 +03:00
<title>Cover letter templater</title>
2025-07-04 19:11:47 +03:00
</head>
2025-07-04 21:20:13 +03:00
<body class="bg-body">
2025-07-04 19:11:47 +03:00
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
2025-07-03 14:01:40 +03:00
</html>