Skip to content

Commit

Permalink
Adds a proper favicon and title
Browse files Browse the repository at this point in the history
  • Loading branch information
hobnob committed Nov 28, 2012
1 parent 5afd1e5 commit 28e3561
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Binary file added img/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/touch-icon-iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link media="screen" href="css/main.css" rel="stylesheet" type="text/css" />

<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="apple-touch-icon" sizes="114x114" href="img/touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/touch-icon-72x72.png" />
<link rel="apple-touch-icon" href="img/touch-icon-iphone.png" />

<script type="text/javascript" src="js/jquery-1.8.2.js"></script>
<script type="text/javascript" src="js/gamejs/yabble.js"></script>
<script type="text/javascript" src="js/gamejs/gamejs.min.js"></script>
Expand All @@ -14,7 +20,7 @@
require.run('main');
});
</script>
<title>Clone Game</title>
<title>Alge's Escapade</title>
</head>
<body>
<div id="preload">
Expand Down

0 comments on commit 28e3561

Please sign in to comment.