Add a favicon before deploying.
This commit is contained in:
parent
6f6dabca5b
commit
3e8382a000
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>INTVAL3</title>
|
<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="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="format-detection" content="telephone=no">
|
<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">
|
<meta name="viewport" content="width = 320, initial-scale = 1.0, user-scalable = no, minimal-ui, viewport-fit=cover">
|
||||||
|
|
|
@ -438,6 +438,6 @@ body.mobile footer{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 100vh;
|
line-height: 100vh;
|
||||||
text-shadow: 1px 1px 0px #000;
|
text-shadow: 1px 1px 0px #999;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue