Merge pull request #7 from ZeusWPI/Favicon

Closes #3
This commit is contained in:
lorin 2016-06-16 18:00:44 +02:00 committed by GitHub
commit 6859fdee5e
4 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -9,3 +9,5 @@ tmp/
# Crash Log
crash.log
.idea/

BIN
content/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

BIN
content/favicon32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

View file

@ -11,6 +11,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="stylesheet.css">
<link rel="icon" href="favicon32.png" type="image/x-icon" />
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
<script src="index.js" charset="utf-8"></script>