Files
Trilium/apps/web-clipper/entrypoints/offscreen/index.html

10 lines
210 B
HTML
Raw Normal View History

2026-01-24 15:28:47 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="manifest.exclude" content="['safari','firefox']" />
2026-01-24 15:28:47 +02:00
</head>
<body>
<script type="module" src="./index.ts"></script>
</body>
</html>