mirror of
https://github.com/dergigi/boris.git
synced 2026-01-09 18:04:41 +01:00
- Add onClick handler to compact-row div - Show pointer cursor on rows with URLs - Add stopPropagation to action button to prevent double-trigger - Include accessibility attributes (role, tabIndex)
16 lines
471 B
HTML
16 lines
471 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Markr - Nostr Bookmarks</title>
|
|
<script type="module" crossorigin src="/assets/index-DO40HQQ6.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-Dw4opAJ_.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
|