Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sqville committed Jun 10, 2023
1 parent a5d3142 commit 6083be3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/boot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />

<!-- Configure linking of this application to the home screen of mobile devices -->
<meta name="apple-mobile-web-app-title" content="ville.Upload"/>
<meta name="apple-mobile-web-app-title" content="${name}"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
<meta name="msapplication-tap-highlight" content="no"/>
<link rel="apple-touch-icon" href="${resourcePath}ville/Upload/app.png"/>
<link rel="icon" sizes="192x192" href="${resourcePath}ville/Upload/app.png">
<link rel="apple-touch-icon" href="${resourcePath}${namespace_as_path}/app.png"/>
<link rel="icon" sizes="192x192" href="${resourcePath}${namespace_as_path}/app.png">

<!-- Disable chrome translation requests and automatic phone number linking -->
<meta name="google" value="notranslate"/>
<meta name="format-detection" content="telephone=no"/>

<!-- Shortcut icon setup -->
<link rel="shortcut icon" type="image/png" href="${resourcePath}ville/Upload/favicon.png"/>
<link rel="mask-icon" href="${resourcePath}ville/Upload/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="${resourcePath}${namespace_as_path}/favicon.png"/>
<link rel="mask-icon" href="${resourcePath}${namespace_as_path}/favicon.png"/>

<style>
body {
Expand All @@ -36,7 +36,7 @@
}
</style>

<title>ville.Upload</title>
<title>${name}</title>
<noscript>
<meta http-equiv="refresh" content="0; url=nojs.html"/>
</noscript>
Expand Down

0 comments on commit 6083be3

Please sign in to comment.