mirror of
https://github.com/zadam/trilium.git
synced 2026-01-28 10:09:13 +01:00
10 lines
210 B
HTML
10 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="manifest.exclude" content="['safari','firefox']" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="./index.ts"></script>
|
|
</body>
|
|
</html> |