Skip to content

Commit

Permalink
Merge pull request #53 from Abstract-Tech/feature/favicon
Browse files Browse the repository at this point in the history
updated favicon
  • Loading branch information
DJkal11 committed Nov 16, 2023
2 parents 3f0ff61 + 4c95c2f commit b139e54
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -3,4 +3,11 @@
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.2.0/mdb.min.css"
rel="stylesheet"
/>
/>
<link rel="icon" href="/static/community-theme/images/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="180x180" href="/static/community-theme/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/community-theme/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/community-theme/images/favicon-16x16.png">
<link rel="manifest" href="/static/community-theme/images/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

0 comments on commit b139e54

Please sign in to comment.