diff options
| author | Mark Otto <[email protected]> | 2013-08-17 20:35:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 20:35:31 -0700 |
| commit | b413aff0458a9a2c1afdd6a66b1a58eef62c30b0 (patch) | |
| tree | b48ab2769dbce9e6a752bdd0f53d9c4e97852740 /examples | |
| parent | d713f8341c26b1705a94fd890a92695d271dfb5b (diff) | |
| download | bootstrap-b413aff0458a9a2c1afdd6a66b1a58eef62c30b0.tar.xz bootstrap-b413aff0458a9a2c1afdd6a66b1a58eef62c30b0.zip | |
Favicon in navbar example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/navbar/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/navbar/index.html b/examples/navbar/index.html index 6f4cefe31..b1734da83 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> + <link rel="shortcut icon" href="../../assets/ico/favicon.png"> <title>Navbar Template for Bootstrap</title> |
