Skip to content

Commit

Permalink
Adding favicon. Changes in meta data.
Browse files Browse the repository at this point in the history
also - correcting tab spaces , as you can see ;)
  • Loading branch information
Zanehart committed Feb 19, 2017
1 parent f9fd5b6 commit 2c718b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Binary file added public/css/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions views/index.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html>
<link rel="icon"
type="image/png"
href="/css/images/favicon.png" />
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
Expand All @@ -12,17 +15,17 @@
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link href="css/hamburgers.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link href="css/hamburgers.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">

<!--Let browser know website is optimized for mobile-->
<title>Random letter generator | Alphabet App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">
<meta name="description" content="Random letter generator makes it easy for you to generate random latin alphabet letters starting from A to Z. It is free, fast and in friendly colours.">
<meta name="keywords" content="Alphabet, letters, randomize, latin letter, random letters, random alphabet">
<meta name="keywords" content="Alphabet, letters, randomize, latin letter, random letters, random alphabet, random alphabet letters">
<meta name="author" content="Zane Hartmane">
<meta property="og:title" content="Random letter generator" />
<meta property="og:title" content="Random letter generator | Alphabet App" />
<meta property="og:description" content="Random letter generator makes it easy for you to generate random latin alphabet letters starting from A to Z. It is free, fast and in friendly colours." />
<meta property="og:url" content="www.alphabetapp.eu" />
<meta property="og:image" content="css/images/AlphabetApp-OpenGraph.jpg" />
Expand Down

0 comments on commit 2c718b7

Please sign in to comment.