Skip to content

Commit

Permalink
Changed relative paths to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
RealGoodProgrammer committed Dec 11, 2018
1 parent c3fd327 commit 7bde350
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="apple-itunes-app" content="app-id=1341473829">
<link rel="icon" href="favicon.ico">
<link rel="mask-icon" href="./img/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./img/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./img/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./img/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./img/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./img/icons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./img/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./img/icons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./img/icons/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="./img/icons/apple-touch-icon-180x180.png" />
<link rel="mask-icon" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/apple-touch-icon-180x180.png" />

<link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.files.publicPath %>img/icons/favicons/favicon-32x32.png" sizes="32x32" />
Expand All @@ -24,17 +24,17 @@

<meta name="application-name" content="ADAMANT Messenger"/>
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="msapplication-TileImage" content="./img/icons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="./img/icons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="./img/icons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="./img/icons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="./img/icons/mstile-310x310.png" />
<meta name="msapplication-TileImage" content="<%= htmlWebpackPlugin.files.publicPath %>img/icons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="<%= htmlWebpackPlugin.files.publicPath %>img/icons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="<%= htmlWebpackPlugin.files.publicPath %>img/icons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="<%= htmlWebpackPlugin.files.publicPath %>img/icons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="<%= htmlWebpackPlugin.files.publicPath %>img/icons/mstile-310x310.png" />
<link rel="apple-touch-icon" sizes="180x180" href="<%= htmlWebpackPlugin.files.publicPath %>apple-touch-icon.png">
<title>ADAMANT Messenger</title>

<meta name="theme-color" content="#ffffff">

<!--[if IE]><link rel="shortcut icon" href="./favicon.ico?v=2"><![endif]-->
<!--[if IE]><link rel="shortcut icon" href="<%= htmlWebpackPlugin.files.publicPath %>favicon.ico?v=2"><![endif]-->
<!-- Add to home screen for Android and modern mobile browsers -->
<link rel="manifest" href="<%= htmlWebpackPlugin.files.publicPath %>manifest.json">

Expand Down

0 comments on commit 7bde350

Please sign in to comment.