2025-09-26 22:54:56 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
2025-09-27 22:16:38 +03:00
< link rel = "icon" type = "image/svg+xml" href = "/src/assets/favicon.ico" / >
2025-09-26 22:54:56 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta name = "color-scheme" content = "light dark" / >
2025-10-03 16:49:10 +03:00
< meta name = "description" content = "Trilium is an open-source solution for note-taking and personal knowledge bases. Use it locally or sync with your own server to access notes anywhere." / >
2025-09-27 11:26:08 +03:00
< title > Trilium Notes< / title >
2025-09-26 22:54:56 +03:00
< / head >
< body >
< div id = "app" > < / div >
< script prerender type = "module" src = "/src/index.tsx" > < / script >
< / body >
< / html >