Browse Source

add HTML 5 branding icons

zeronet
ghost 3 years ago
parent
commit
bb743e81ae
  1. 12
      browserconfig.xml
  2. 14
      cloud.html
  3. 14
      guide.html
  4. BIN
      image/favicon.ico
  5. BIN
      image/icon/android-chrome-192x192.png
  6. BIN
      image/icon/apple-touch-icon-114x114-precomposed.png
  7. BIN
      image/icon/apple-touch-icon-114x114.png
  8. BIN
      image/icon/apple-touch-icon-120x120-precomposed.png
  9. BIN
      image/icon/apple-touch-icon-120x120.png
  10. BIN
      image/icon/apple-touch-icon-144x144-precomposed.png
  11. BIN
      image/icon/apple-touch-icon-144x144.png
  12. BIN
      image/icon/apple-touch-icon-152x152-precomposed.png
  13. BIN
      image/icon/apple-touch-icon-152x152.png
  14. BIN
      image/icon/apple-touch-icon-180x180-precomposed.png
  15. BIN
      image/icon/apple-touch-icon-180x180.png
  16. BIN
      image/icon/apple-touch-icon-57x57-precomposed.png
  17. BIN
      image/icon/apple-touch-icon-57x57.png
  18. BIN
      image/icon/apple-touch-icon-60x60-precomposed.png
  19. BIN
      image/icon/apple-touch-icon-60x60.png
  20. BIN
      image/icon/apple-touch-icon-72x72-precomposed.png
  21. BIN
      image/icon/apple-touch-icon-72x72.png
  22. BIN
      image/icon/apple-touch-icon-76x76-precomposed.png
  23. BIN
      image/icon/apple-touch-icon-76x76.png
  24. BIN
      image/icon/apple-touch-icon-precomposed.png
  25. BIN
      image/icon/apple-touch-icon.png
  26. BIN
      image/icon/favicon-16x16.png
  27. BIN
      image/icon/favicon-32x32.png
  28. BIN
      image/icon/favicon.ico
  29. BIN
      image/icon/mstile-144x144.png
  30. BIN
      image/icon/mstile-150x150.png
  31. BIN
      image/icon/mstile-310x150.png
  32. BIN
      image/icon/mstile-310x310.png
  33. BIN
      image/icon/mstile-70x70.png
  34. 22
      image/icon/safari-pinned-tab.svg
  35. 14
      index.html
  36. 14
      install.html
  37. 14
      network.html
  38. 14
      site.webmanifest
  39. 14
      uk/cloud.html
  40. 14
      uk/guide.html
  41. 14
      uk/index.html
  42. 14
      uk/install.html
  43. 14
      uk/network.html

12
browserconfig.xml

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/image/icon/mstile-70x70.png"/>
<square150x150logo src="/image/icon/mstile-150x150.png"/>
<square310x310logo src="/image/icon/mstile-310x310.png"/>
<wide310x150logo src="/image/icon/mstile-310x150.png"/>
<TileColor>#4a5466</TileColor>
</tile>
</msapplication>
</browserconfig>

14
cloud.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Twisterarmy - Cloud Resources</title> <title>Twisterarmy - Cloud Resources</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
guide.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Twisterarmy - Guide</title> <title>Twisterarmy - Guide</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

BIN
image/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
image/icon/android-chrome-192x192.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
image/icon/apple-touch-icon-114x114-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
image/icon/apple-touch-icon-114x114.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
image/icon/apple-touch-icon-120x120-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
image/icon/apple-touch-icon-120x120.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
image/icon/apple-touch-icon-144x144-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
image/icon/apple-touch-icon-144x144.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
image/icon/apple-touch-icon-152x152-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
image/icon/apple-touch-icon-152x152.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
image/icon/apple-touch-icon-180x180-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
image/icon/apple-touch-icon-180x180.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
image/icon/apple-touch-icon-57x57-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
image/icon/apple-touch-icon-57x57.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
image/icon/apple-touch-icon-60x60-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
image/icon/apple-touch-icon-60x60.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
image/icon/apple-touch-icon-72x72-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
image/icon/apple-touch-icon-72x72.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
image/icon/apple-touch-icon-76x76-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
image/icon/apple-touch-icon-76x76.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
image/icon/apple-touch-icon-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
image/icon/apple-touch-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
image/icon/favicon-16x16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

BIN
image/icon/favicon-32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
image/icon/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
image/icon/mstile-144x144.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
image/icon/mstile-150x150.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
image/icon/mstile-310x150.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
image/icon/mstile-310x310.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
image/icon/mstile-70x70.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

22
image/icon/safari-pinned-tab.svg

@ -0,0 +1,22 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="200.000000pt" height="200.000000pt" viewBox="0 0 200.000000 200.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,200.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M880 1994 c-188 -35 -299 -76 -427 -159 -211 -138 -362 -352 -426
-605 -30 -121 -30 -339 0 -460 94 -373 370 -649 743 -743 121 -30 339 -30 460
0 373 94 649 370 743 743 30 121 30 339 0 460 -94 371 -372 650 -738 741 -77
20 -297 34 -355 23z m580 -664 l0 -50 -430 0 -430 0 0 50 0 50 430 0 430 0 0
-50z m-120 -145 l0 -55 -310 0 -310 0 0 55 0 55 310 0 310 0 0 -55z m-170
-150 l0 -55 -260 0 -260 0 0 55 0 55 260 0 260 0 0 -55z m-50 -140 l0 -55
-150 0 -150 0 0 55 0 55 150 0 150 0 0 -55z m50 -150 l0 -55 -140 0 -140 0 0
55 0 55 140 0 140 0 0 -55z m-80 -145 l0 -50 -55 0 -55 0 0 50 0 50 55 0 55 0
0 -50z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

14
index.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Twisterarmy - Community Twister Movement</title> <title>Twisterarmy - Community Twister Movement</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
install.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Twisterarmy - Quick Start</title> <title>Twisterarmy - Quick Start</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
network.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Twisterarmy - Network Monitor</title> <title>Twisterarmy - Network Monitor</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
site.webmanifest

@ -0,0 +1,14 @@
{
"name": "Twisterarmy",
"short_name": "Twisterarmy",
"icons": [
{
"src": "/image/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

14
uk/cloud.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Twisterarmy - Хмарні ресурси</title> <title>Twisterarmy - Хмарні ресурси</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
uk/guide.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Twisterarmy - Посібник</title> <title>Twisterarmy - Посібник</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
uk/index.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Twisterarmy - Громадський рух Twister</title> <title>Twisterarmy - Громадський рух Twister</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
uk/install.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Twisterarmy - Встановлення</title> <title>Twisterarmy - Встановлення</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

14
uk/network.html

@ -3,8 +3,18 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Twisterarmy - Мережа</title> <title>Twisterarmy - Мережа</title>
<link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/x-icon" href="/image/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/image/icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/image/icon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/image/icon/safari-pinned-tab.svg" color="#4a5466" />
<link rel="apple-touch-icon" sizes="180x180" href="/image/icon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Twisterarmy" />
<meta name="application-name" content="Twisterarmy" />
<meta name="msapplication-TileColor" content="#4a5466" />
<meta name="msapplication-TileImage" content="/image/icon/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="/css/font.css" /> <link rel="stylesheet" type="text/css" href="/css/font.css" />
<link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" /> <link rel="stylesheet" type="text/css" href="/css/bi.css?v=2" />
<link rel="stylesheet" type="text/css" href="/css/common.css?v=6" /> <link rel="stylesheet" type="text/css" href="/css/common.css?v=6" />

Loading…
Cancel
Save