1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>woomarks - AT Protocol Edition</title>
7 <script>
8 // Redirect to main page since we no longer use CSV import/export
9 window.location.href = '/index.html';
10 </script>
11 </head>
12 <body>
13 <p>Redirecting to main woomarks app...</p>
14 <p>This AT Protocol edition no longer supports CSV import/export.</p>
15 <p>If not redirected automatically, <a href="/index.html">click here</a>.</p>
16 </body>
17</html>