Skip to content

Commit

Permalink
added blank/, for iphone app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
izzygomez committed Jul 24, 2018
1 parent a4eec5f commit a87a6c2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions blank/index.html
@@ -0,0 +1,16 @@
---
---
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- empty character :o -->
<title>&#8290;</title>
<!-- the "0;" at the beginning of content is second delay for refresh -->
<meta http-equiv="refresh" content="0; url={{ site.url }}" />

<link rel="apple-touch-icon" sizes="120x120" href="{{ site.url }}/images/blank-120.png">
<link rel="apple-touch-icon" href="{{ site.url }}/images/blank-512.png">
</head>
<body></body>
</html>
Binary file added images/blank-120.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blank-512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a87a6c2

Please sign in to comment.