mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
19 lines
544 B
HTML
19 lines
544 B
HTML
<!doctype html>
|
|
<html lang="en" data-theme="piku">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Pi. Ku. | A safe haven for your unsent letters</title>
|
|
<meta name="description"
|
|
content="Pi. Ku. is a minimal, secure, and beautiful way to write and seal digital letters." />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html>
|