Added favicon

This commit is contained in:
2019-04-11 18:23:36 -04:00
parent d580c93c0e
commit c568f1c9d2
4 changed files with 2 additions and 4 deletions

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>ZaksCode</title>
<title>Zaks Code</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="assets/logo.png">
</head>
<body>
<app-root></app-root>