This commit is contained in:
poiuty 2023-06-20 23:06:19 +03:00
parent 87e8072c01
commit 2016156b1b
6 changed files with 7 additions and 4 deletions

View file

@ -88,7 +88,7 @@ a:active {
position: relative; position: relative;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
background: #efefef; background: #f3f3f5;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
favicon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

View file

@ -6,7 +6,7 @@
<meta name="description" content="How much do webcam models make? Now you know the answer!"> <meta name="description" content="How much do webcam models make? Now you know the answer!">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" type="image/webp" href="favicon.webp" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="./css/normalize.css"> <link rel="stylesheet" href="./css/normalize.css">
@ -16,6 +16,9 @@
<link rel="stylesheet" href="./css/dataTables.bootstrap5.min.css" > <link rel="stylesheet" href="./css/dataTables.bootstrap5.min.css" >
<link rel="stylesheet" href="./css/simplebar.css" > <link rel="stylesheet" href="./css/simplebar.css" >
<link rel="stylesheet" href="./css/statbate.css"> <link rel="stylesheet" href="./css/statbate.css">
<script>
var page = "main";
</script>
</head> </head>
<body> <body>

View file

@ -6,7 +6,7 @@
<meta name="description" content="How much do webcam models make? Now you know the answer!"> <meta name="description" content="How much do webcam models make? Now you know the answer!">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" type="image/webp" href="favicon.webp" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="./css/normalize.css"> <link rel="stylesheet" href="./css/normalize.css">

View file

@ -6,7 +6,7 @@
<meta name="description" content="How much do webcam models make? Now you know the answer!"> <meta name="description" content="How much do webcam models make? Now you know the answer!">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" type="image/webp" href="favicon.webp" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="./css/normalize.css"> <link rel="stylesheet" href="./css/normalize.css">