diff options
-rw-r--r-- | client.html | 8 | ||||
-rw-r--r-- | favicon.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | images/wc-icon-144.png | bin | 0 -> 5171 bytes | |||
-rw-r--r-- | images/wc-icon-288.png | bin | 0 -> 10018 bytes | |||
-rw-r--r-- | images/wc-icon-32.png | bin | 0 -> 1443 bytes | |||
-rw-r--r-- | images/wc-icon-48.png | bin | 0 -> 1898 bytes | |||
-rw-r--r-- | images/wc-icon-96.png | bin | 0 -> 3980 bytes | |||
-rw-r--r-- | index.html | 8 |
8 files changed, 16 insertions, 0 deletions
diff --git a/client.html b/client.html index b48e54c..e7d6153 100644 --- a/client.html +++ b/client.html @@ -12,12 +12,20 @@ <link rel="stylesheet" type="text/css" href="styles/client/desktop.css"> <link rel="stylesheet" type="text/css" href="styles/client/tablet.css"> <link rel="stylesheet" type="text/css" href="styles/client/mobile.css"> + + <link rel="icon" sizes="32x32" href="images/wc-icon-32.png"> + <link rel="icon" sizes="48x48" href="images/wc-icon-48.png"> + <link rel="icon" sizes="96x96" href="images/wc-icon-96.png"> + <link rel="icon" sizes="144x144" href="images/wc-icon-144.png"> + <link rel="icon" sizes="288x288" href="images/wc-icon-288.png"> <script src="scripts/message.js"></script> <script src="scripts/sock.js"></script> <script src="scripts/lobby.js"></script> <script src="scripts/table.js"></script> <script src="scripts/client.js"></script> + + <title>WebCards - Client</title> </head> <body> diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..91e0742 --- /dev/null +++ b/favicon.ico diff --git a/images/wc-icon-144.png b/images/wc-icon-144.png Binary files differnew file mode 100644 index 0000000..ecc4084 --- /dev/null +++ b/images/wc-icon-144.png diff --git a/images/wc-icon-288.png b/images/wc-icon-288.png Binary files differnew file mode 100644 index 0000000..04f6a07 --- /dev/null +++ b/images/wc-icon-288.png diff --git a/images/wc-icon-32.png b/images/wc-icon-32.png Binary files differnew file mode 100644 index 0000000..ec390c5 --- /dev/null +++ b/images/wc-icon-32.png diff --git a/images/wc-icon-48.png b/images/wc-icon-48.png Binary files differnew file mode 100644 index 0000000..e787102 --- /dev/null +++ b/images/wc-icon-48.png diff --git a/images/wc-icon-96.png b/images/wc-icon-96.png Binary files differnew file mode 100644 index 0000000..a10d0eb --- /dev/null +++ b/images/wc-icon-96.png @@ -8,9 +8,17 @@ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="styles/icofont.css"> + <link rel="icon" sizes="32x32" href="images/wc-icon-32.png"> + <link rel="icon" sizes="48x48" href="images/wc-icon-48.png"> + <link rel="icon" sizes="96x96" href="images/wc-icon-96.png"> + <link rel="icon" sizes="144x144" href="images/wc-icon-144.png"> + <link rel="icon" sizes="288x288" href="images/wc-icon-288.png"> + <link rel="stylesheet" type="text/css" href="styles/home/base.css"> <link rel="stylesheet" type="text/css" href="styles/home/desktop.css"> <link rel="stylesheet" type="text/css" href="styles/home/mobile.css"> + + <title>WebCards</title> </head> <body> |