diff options
-rw-r--r-- | .zs/layout.html | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | favicon.png | bin | 0 -> 1388133 bytes |
3 files changed, 2 insertions, 4 deletions
diff --git a/.zs/layout.html b/.zs/layout.html index 3912c77..255bf4a 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -4,9 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="/simple.min.css"> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="icon" type="image/png" href="/favicon.png"> <title>{{ title }}</title> </head> <body> diff --git a/README.md b/README.md index b4237e4..27facf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # zs-starter-template -zs starter template \ No newline at end of file +zs starter template (w/o Docker) diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..16bd8c6 --- /dev/null +++ b/favicon.png Binary files differ |