diff options
| author | s1nical <[email protected]> | 2019-08-12 22:12:11 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-12 22:12:11 -0700 |
| commit | 04782b5976566ac1a367104abde60c8bb776bf9c (patch) | |
| tree | 21d86c1e8460f6e6333166e985a427b60fc88d41 /space-invaders | |
| parent | add space invaders (diff) | |
| download | s1n.pw-admin-04782b5976566ac1a367104abde60c8bb776bf9c.tar.xz s1n.pw-admin-04782b5976566ac1a367104abde60c8bb776bf9c.zip | |
upload favicon
Diffstat (limited to 'space-invaders')
| -rw-r--r-- | space-invaders/favicon.png | bin | 0 -> 10824 bytes | |||
| -rw-r--r-- | space-invaders/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/space-invaders/favicon.png b/space-invaders/favicon.png Binary files differnew file mode 100644 index 0000000..b3b41ff --- /dev/null +++ b/space-invaders/favicon.png diff --git a/space-invaders/index.html b/space-invaders/index.html index aa61329..71e2f11 100644 --- a/space-invaders/index.html +++ b/space-invaders/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Space Invaders</title> + <link rel="shortcut icon" href="/space-invaders/favicon.png" type="image/x-icon"> </head> <body> |