1
0
Fork 0

Add favicon

This commit is contained in:
Andrew Tomaka 2020-12-14 14:09:49 -05:00
parent 0ba6025495
commit fc07325194
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
3 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<html>
<head>
<title>Nayyyyyyyyyy</title>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<style>
img {
width: 100%;

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View File

@ -3,6 +3,7 @@
<head>
<title>nikhil.horse</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<style>
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}