Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
3ffb2c3d
Commit
3ffb2c3d
authored
Dec 12, 2019
by
Dominik Hebeler
Browse files
added squared apple touch icons
parent
0dde929e
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/img/apple/touch-icon-114.png
0 → 100644
View file @
3ffb2c3d
1.91 KB
public/img/apple/touch-icon-120.png
0 → 100644
View file @
3ffb2c3d
2.05 KB
public/img/apple/touch-icon-144.png
0 → 100644
View file @
3ffb2c3d
2.46 KB
public/img/apple/touch-icon-152.png
0 → 100644
View file @
3ffb2c3d
2.54 KB
public/img/apple/touch-icon-180.png
0 → 100644
View file @
3ffb2c3d
3.01 KB
public/img/apple/touch-icon-57.png
0 → 100644
View file @
3ffb2c3d
1.1 KB
public/img/apple/touch-icon-72.png
0 → 100644
View file @
3ffb2c3d
1.37 KB
public/img/apple/touch-icon-76.png
0 → 100644
View file @
3ffb2c3d
1.38 KB
public/img/apple/touch-icon.png
0 → 100644
View file @
3ffb2c3d
19.9 KB
resources/views/layouts/resultPage.blade.php
View file @
3ffb2c3d
...
...
@@ -5,6 +5,15 @@
<title>
{{ $eingabe }} - MetaGer
</title>
<link
href=
"/favicon.ico"
rel=
"icon"
type=
"image/x-icon"
/>
<link
href=
"/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
/>
<link
rel=
"apple-touch-icon"
href=
"/img/apple/touch-icon.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"57x57"
href=
"/img/apple/touch-icon-57.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"72x72"
href=
"/img/apple/touch-icon-72.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"76x76"
href=
"/img/apple/touch-icon-76.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"114x114"
href=
"/img/apple/touch-icon-114.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"120x120"
href=
"/img/apple/touch-icon-120.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"144x144"
href=
"/img/apple/touch-icon-144.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"152x152"
href=
"/img/apple/touch-icon-152.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/img/apple/touch-icon-180.png"
>
<meta
content=
"width=device-width, initial-scale=1.0, user-scalable=no"
name=
"viewport"
/>
<meta
name=
"p"
content=
"{{ getmypid() }}"
/>
<meta
name=
"q"
content=
"{{ $eingabe }}"
/>
...
...
resources/views/layouts/staticPages.blade.php
View file @
3ffb2c3d
...
...
@@ -12,6 +12,15 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
/>
<link
href=
"/favicon.ico"
rel=
"icon"
type=
"image/x-icon"
/>
<link
href=
"/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
/>
<link
rel=
"apple-touch-icon"
href=
"/img/apple/touch-icon.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"57x57"
href=
"/img/apple/touch-icon-57.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"72x72"
href=
"/img/apple/touch-icon-72.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"76x76"
href=
"/img/apple/touch-icon-76.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"114x114"
href=
"/img/apple/touch-icon-114.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"120x120"
href=
"/img/apple/touch-icon-120.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"144x144"
href=
"/img/apple/touch-icon-144.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"152x152"
href=
"/img/apple/touch-icon-152.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/img/apple/touch-icon-180.png"
>
<link
rel=
"search"
type=
"application/opensearchdescription+xml"
title=
"{{ trans('staticPages.opensearch') }}"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin')) }}"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/bootstrap.css') }}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/themes/metager.css') }}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment