cc
BIN
docs/img/favicon_io/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
docs/img/favicon_io/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
docs/img/favicon_io/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
docs/img/favicon_io/favicon-16x16.png
Normal file
After Width: | Height: | Size: 812 B |
BIN
docs/img/favicon_io/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
docs/img/favicon_io/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
1
docs/img/favicon_io/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
BIN
docs/img/received_2683688488373055-removebg-preview.png
Normal file
After Width: | Height: | Size: 192 KiB |
|
@ -4,6 +4,10 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Caesar Gaming</title>
|
<title>Caesar Gaming</title>
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
3
mkdocs.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
theme:
|
||||||
|
name: material # or your theme
|
||||||
|
favicon: img/favicon.ico
|