mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
Merge pull request #392 from jkurei/ios_favicon
Better icon for iOS' homescreen
This commit is contained in:
commit
60271993eb
3 changed files with 8 additions and 6 deletions
BIN
src/public/images/app-icons/ios/apple-touch-icon.png
Normal file
BIN
src/public/images/app-icons/ios/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>Login</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/app-icons/ios/apple-touch-icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
@ -71,7 +72,7 @@
|
|||
document.cookie = name + "=" + (value || "") + expires + "; path=/";
|
||||
}
|
||||
</script>
|
||||
|
||||
<link href="libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
</body>
|
||||
|
||||
<link href="libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
</body>
|
||||
</html>
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>Trilium Notes</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/app-icons/ios/apple-touch-icon.png">
|
||||
</head>
|
||||
<body class="mobile">
|
||||
<div class="row" id="container-row" style="display: none;">
|
||||
|
@ -101,7 +102,7 @@
|
|||
<script type="text/javascript">
|
||||
// we hide container initally because otherwise it is rendered first without CSS and then flickers into
|
||||
// final form which is pretty ugly.
|
||||
$("#container-row").show();
|
||||
</script>
|
||||
</body>
|
||||
$("#container-row").show();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue