Skip to content

Commit

Permalink
Favicon, htaccess and updated github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Pritchard committed Mar 27, 2015
1 parent 9a0c7e8 commit 77c6204
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .htaccess
@@ -0,0 +1,6 @@

Options +FollowSymlinks
RewriteEngine on

RewriteCond %{HTTP_HOST} !^www.diceware.net
RewriteRule ^(.*)$ http://www.diceware.net/$1 [R=permanent,L]
Binary file added favicon.ico
Binary file not shown.
7 changes: 4 additions & 3 deletions index.htm
Expand Up @@ -5,12 +5,13 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="description" content="An easy way to look up a Diceware passphase.">

<link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>

<title>Diceware Passphrase Lookup and Generator</title>


<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" href="css/styles.css" type="text/css" />

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
Expand Down Expand Up @@ -125,7 +126,7 @@ <h3>Use a different word list:</h3>

<p class="about">
<b>Loving put together by <a href="http://twitter.com/yesiamben">Ben</a>.</b><br />
All the source for this is available on Github.
All the source for this is available on <a href="https://github.com/yesiamben/diceware">Github</a>.

</p>

Expand Down

0 comments on commit 77c6204

Please sign in to comment.