commit
6859fdee5e
4 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,3 +9,5 @@ tmp/
|
|||
|
||||
# Crash Log
|
||||
crash.log
|
||||
|
||||
.idea/
|
||||
|
|
BIN
content/favicon.png
Normal file
BIN
content/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 530 B |
BIN
content/favicon32.png
Normal file
BIN
content/favicon32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 759 B |
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue