added favicon

This commit is contained in:
notnull 2019-03-23 18:28:24 -04:00
parent 8f684890c3
commit 3e88007e17
2 changed files with 2 additions and 2 deletions

BIN
dist/img/abang.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

4
dist/index.html vendored
View File

@ -2,11 +2,11 @@
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="fire.png" />
<link rel="icon" type="image/png" href="/img/abang.png" />
<meta name="viewport" content="width=device-width initial-scale=1.0" />
<title>Anarchy Planet</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"