Add a favicon before deploying.

This commit is contained in:
mmcwilliams 2019-06-19 19:32:36 -04:00
parent 6f6dabca5b
commit 3e8382a000
3 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>INTVAL3</title>
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width = 320, initial-scale = 1.0, user-scalable = no, minimal-ui, viewport-fit=cover">

View File

@ -438,6 +438,6 @@ body.mobile footer{
color: #fff;
text-align: center;
line-height: 100vh;
text-shadow: 1px 1px 0px #000;
text-shadow: 1px 1px 0px #999;
font-size: 24px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB