Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mllocs committed Dec 9, 2012
1 parent 1cf4c88 commit 0cdb3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added app/assets/images/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
@@ -1,10 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>ZohMyRecords</title> <title>ZOH·MY·RECORDS</title>
<%= stylesheet_link_tag "application", :media => "all" %> <%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %> <%= javascript_include_tag "application" %>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
<%= favicon_link_tag "favicon.png" %>
</head> </head>
<body> <body>


Expand Down

1 comment on commit 0cdb3eb

@micho
Copy link

@micho micho commented on 0cdb3eb Dec 10, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favicon, nice detail 👍

Please sign in to comment.