diff options
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/fluid.html | 8 | ||||
| -rw-r--r-- | docs/examples/hero.html | 8 | ||||
| -rw-r--r-- | docs/examples/starter-template.html | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 3c7059f9d..1688f2fc0 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -26,10 +26,10 @@ <![endif]--> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="images/favicon.ico"> - <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> - <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + <link rel="shortcut icon" href="../assets/ico/favicon.ico"> + <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png"> + <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png"> </head> <body> diff --git a/docs/examples/hero.html b/docs/examples/hero.html index ee64646f3..40277e84d 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -23,10 +23,10 @@ <![endif]--> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="images/favicon.ico"> - <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> - <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + <link rel="shortcut icon" href="../assets/ico/favicon.ico"> + <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png"> + <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png"> </head> <body> diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 31cc57cf8..1e15529ea 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -22,10 +22,10 @@ <![endif]--> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="images/favicon.ico"> - <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> - <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + <link rel="shortcut icon" href="../assets/ico/favicon.ico"> + <link rel="apple-touch-icon" href="../assets/ico/bootstrap-apple-57x57.png"> + <link rel="apple-touch-icon" sizes="72x72" href="../assets/ico/bootstrap-apple-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="../assets/ico/bootstrap-apple-114x114.png"> </head> <body> |
