Added app icon - platform independent.

This commit is contained in:
Daniel Scalzi
2017-04-22 20:59:26 -04:00
parent acffbec100
commit 9aa9ba7b1a
9 changed files with 3686 additions and 13 deletions

View File

@@ -9,6 +9,6 @@ body, html {
}
html {
background: url(../images/BrownWithWignette.jpg) no-repeat center center fixed;
background: url('../images/BrownWithWignette.jpg') no-repeat center center fixed;
background-size: cover;
}