All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 13s
22 lines
917 B
HTML
22 lines
917 B
HTML
<!-- iOS Web App Meta Tags -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="apple-mobile-web-app-title" content="RuneLite">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="application-name" content="RuneLite">
|
|
|
|
<!-- iOS Icons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
|
|
|
|
<!-- Standard Icons -->
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
<!-- Web App Manifest -->
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
<!-- Theme Color -->
|
|
<meta name="theme-color" content="#ff6600">
|
|
<meta name="msapplication-TileColor" content="#ff6600"> |