mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
Better icons and playing with IOS modes
This commit is contained in:
BIN
icons/120x120.png
Normal file
BIN
icons/120x120.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
icons/greptweet_birdie.png
Normal file
BIN
icons/greptweet_birdie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
1
icons/greptweet_birdie.svg
Normal file
1
icons/greptweet_birdie.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 150 KiB |
@@ -2,9 +2,13 @@
|
|||||||
<html><head>
|
<html><head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>GrepTweet</title>
|
<title>GrepTweet</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<meta name="apple-mobile-web-app-title" content="GrepTweet">
|
||||||
|
<link rel=icon href=/icons/greptweet_birdie.png sizes="500x500" type="image/png">
|
||||||
|
<link rel=icon href=/icons/greptweet_birdie.svg sizes="any" type="image/svg+xml">
|
||||||
|
<link href="/icons/120x120.png" sizes="120x120" rel="apple-touch-icon">
|
||||||
<meta name="description" content="Download and search your tweets - no password login required!">
|
<meta name="description" content="Download and search your tweets - no password login required!">
|
||||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
|
||||||
|
|||||||
Reference in New Issue
Block a user