Skip to content

Commit

Permalink
💄 update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Oct 24, 2023
1 parent a7faf2a commit 4da88e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Binary file modified src/favicon.ico
Binary file not shown.
18 changes: 10 additions & 8 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
<head>
<meta charset="utf-8">
<title>PDF-Tools</title>
<meta name="description" content="Merge PDF's, Rearange PDF's and remove Pages" />
<meta name="description" content="Merge PDF's, Rearange PDF's and remove Pages"/>
<meta name="keywords" content="PDF, Edit PDF, Merge PDF, Sort PDF"/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="PDF-Tools" />
<meta property="og:title" content="PDF-Tools" />
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="PDF-Tools"/>
<meta property="og:title" content="PDF-Tools"/>

<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#4c8080" />
<meta name="msapplication-TileColor" content="#4c8080" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="theme-color" content="#4c8080"/>
<meta name="msapplication-TileColor" content="#4c8080"/>

<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/svg+xml" href="assets/pdf.svg">
</head>
<body class="mat-typography">
<app-root class="mat-app-background">
Expand All @@ -30,5 +31,6 @@
Loading...
</div>
</app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>

0 comments on commit 4da88e8

Please sign in to comment.