Merge pull request #5680 from c33s/favicon

added favicon for www & doc
This commit is contained in:
Seth Vargo 2015-05-30 21:21:04 -07:00
commit 25486f0d41
4 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -8,6 +8,9 @@
<!-- meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- lib styles -->
<%= stylesheet_link_tag "bootstrap", "vagrantup" %>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,6 +6,9 @@
<!-- meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- lib styles -->
<%= stylesheet_link_tag "bootstrap", "vagrantup" %>