Skip to content

Commit

Permalink
Merge pull request #22 from totaljs-es/master
Browse files Browse the repository at this point in the history
update browser to desktop icon (apple)
  • Loading branch information
petersirka authored May 14, 2024
2 parents 5eb4001 + 4215b84 commit 121b30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="@{'%name'}" />
<link rel="apple-touch-icon" href="/img/icon.png" />
<link rel="stylesheet" href="/css/cdn.min.css" />
@{if CONF.proicons}
<link rel="stylesheet" href="https://cdn.componentator.com/spa.min@19pro.css" />
Expand Down
4 changes: 2 additions & 2 deletions views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover" />
<meta name="robots" content="all,follow" />
<link rel="apple-touch-icon" href="/icon.png" />
<link rel="apple-touch-icon" href="/img/icon.png" />
<link rel="stylesheet" href="/css/cdn.min.css" />
<link rel="stylesheet" href="/css/spa.min.css" />
<script src="/js/cdn.min.js"></script>
Expand Down Expand Up @@ -920,4 +920,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 121b30b

Please sign in to comment.