Changed index.html files and removed favicons because they don't exist.
This commit is contained in:
parent
b60f514b3f
commit
3bd48693b7
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/data/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/data/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/data/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/data/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/data/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/data/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/data/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
@ -1,13 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/img/favicon/favicon64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/img/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#111111">
|
||||
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" href="res/main.css" />
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user