ZKT26/SK1/frontend/index.html
2026-05-12 15:19:22 +02:00

14 lines
437 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PasteVault — Secure Code Sharing</title>
<meta name="description" content="Securely share code and text with expiring links and password protection." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>