my-favs/frontend/index.html
RamonCalvo f0ef26ee15 feat: add Vue 3 frontend with Vite and Docker
SPA with bookmark form, list with category filters, and
categorize button. Served via nginx with API reverse proxy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 19:04:44 -06:00

12 lines
271 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Favs</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>