Zmiana tematu favicon; nowe rozmiary ikony

This commit is contained in:
2021-12-16 18:26:43 +01:00
parent 28fb38ae65
commit 7b8ca6e51f
6 changed files with 35 additions and 33 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 407 B

+17 -15
View File
@@ -1,29 +1,31 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="pl"> <html lang="pl">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="keywords" content="Stacjownik, TD2, Train Driver 2, stacjownik-td2"> <meta name="keywords" content="Stacjownik, TD2, Train Driver 2, stacjownik-td2" />
<meta name="description" content="Automatycznie odświeżana strona wyświetlająca stacje w Train Driver 2!"> <meta name="description" content="Automatycznie odświeżana strona wyświetlająca stacje w Train Driver 2!" />
<title>Stacjownik</title> <title>Stacjownik</title>
<link rel="icon" href="<%= BASE_URL %>favicon.ico" /> <link rel="icon" href="favicon-16.png" sizes="16x16" type="image/png" />
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap" rel="stylesheet"> <link rel="icon" href="favicon-32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="favicon-64.png" sizes="64x64" type="image/png" />
<link rel="icon" href="favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap" rel="stylesheet" />
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-app.js"></script> <script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-app.js"></script>
<script> <script>
const firebaseConfig = { const firebaseConfig = {
apiKey: "AIzaSyBI36X2-p7vU1flxoJdCEc0noByyTe1mpw", apiKey: 'AIzaSyBI36X2-p7vU1flxoJdCEc0noByyTe1mpw',
authDomain: "stacjownik-td2.firebaseapp.com", authDomain: 'stacjownik-td2.firebaseapp.com',
databaseURL: "https://stacjownik-td2.firebaseio.com", databaseURL: 'https://stacjownik-td2.firebaseio.com',
projectId: "stacjownik-td2", projectId: 'stacjownik-td2',
storageBucket: "stacjownik-td2.appspot.com", storageBucket: 'stacjownik-td2.appspot.com',
}; };
firebase.initializeApp(firebaseConfig); firebase.initializeApp(firebaseConfig);
@@ -32,12 +34,12 @@
<body> <body>
<noscript> <noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work <strong
properly without JavaScript enabled. Please enable it to >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
continue.</strong> enable it to continue.</strong
>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
</html> </html>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB