mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-20 02:51:40 +08:00
views: add TODO comment
This commit is contained in:
parent
0b4f5e998e
commit
55bdd4fffc
@ -7,6 +7,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<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="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="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
|
||||||
|
<% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>
|
||||||
<link rel="stylesheet" href="<%= appPath %>/desktop.css">
|
<link rel="stylesheet" href="<%= appPath %>/desktop.css">
|
||||||
<title>TriliumNext Notes</title>
|
<title>TriliumNext Notes</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css">
|
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css">
|
||||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css">
|
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css">
|
||||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css">
|
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css">
|
||||||
|
<% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>
|
||||||
<link rel="stylesheet" href="<%= appPath %>/login.css">
|
<link rel="stylesheet" href="<%= appPath %>/login.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
<title>TriliumNext Notes</title>
|
<title>TriliumNext Notes</title>
|
||||||
<link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
|
<link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
|
||||||
|
|
||||||
|
<% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>
|
||||||
<link rel="stylesheet" href="<%= appPath %>/mobile.css">
|
<link rel="stylesheet" href="<%= appPath %>/mobile.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<title><%= t("set_password.title") %></title>
|
<title><%= t("set_password.title") %></title>
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png">
|
||||||
<link rel="shortcut icon" href="favicon.ico">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
<% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>
|
||||||
<link rel="stylesheet" href="<%= appPath %>/set_password.css">
|
<link rel="stylesheet" href="<%= appPath %>/set_password.css">
|
||||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css">
|
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css">
|
||||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css">
|
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css">
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<meta id="syncInProgress" content="<%= syncInProgress ? 1 : 0 %>" />
|
<meta id="syncInProgress" content="<%= syncInProgress ? 1 : 0 %>" />
|
||||||
<title><%= t("setup.title") %></title>
|
<title><%= t("setup.title") %></title>
|
||||||
|
|
||||||
|
<% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>
|
||||||
<link rel="stylesheet" href="<%= appPath %>/setup.css">
|
<link rel="stylesheet" href="<%= appPath %>/setup.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user