|
|
|
|
@ -4,9 +4,10 @@
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
|
|
|
|
|
<link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
|
|
|
|
|
<link rel="stylesheet" href="<%= appPath %>/desktop.css">
|
|
|
|
|
<title>TriliumNext Notes</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="desktop heading-style-<%= headingStyle %> layout-<%= layoutOrientation %> platform-<%= platform %> <%= isElectron ? 'electron' : '' %> <%= hasNativeTitleBar ? 'native-titlebar' : '' %> <%= hasBackgroundEffects ? 'background-effects' : '' %>">
|
|
|
|
|
|