Skip to content

Commit

Permalink
Rename Apple touch icon & add <link>'s to webpages
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Oct 20, 2014
1 parent 9d591df commit f052d79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<style>

* {
Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>HTML5 Boilerplate: The web&#8217;s most popular front-end template</title>
<meta name="description" content="HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites. Spend more time developing and less time reinventing the wheel.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700">

<!-- build:css css/main.css -->
Expand Down

0 comments on commit f052d79

Please sign in to comment.