layout/index.html
2023-06-14 16:21:39 +03:00

126 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Statbate</title>
<meta charset="UTF-8">
<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=5">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="favicon.ico">
<!-- CSS -->
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/font-awesome.min.css">
<link rel="stylesheet" href="./css/metricsgraphics.min.css">
<link rel="stylesheet" href="./css/bootstrap.min.css" >
<link rel="stylesheet" href="./css/statbate.css">
</head>
<body>
<div class="statbate">
<!-- header start -->
<div class="header">
<div class="header_menu">
<a href="/" aria-label="Move to main page" class="header_logo"></a>
<ul class="header_navbar">
<li><a href="/" class="nav_active">Chaturbate</a></li>
<li><a href="/bonga/">BongaCams</a></li>
<li><a href="/strip/">Stripchat</a></li>
<li><a href="/search.php">Search</a></li>
</ul>
<a class="header_track trackCount" href="/list.php">track 1925 rooms</a>
</div>
</div>
<!-- header end -->
<!-- header mobile start -->
<div class="header_mobile">
<div class="header_menu">
<a href="/" class="header_logo"></a>
<div class="icon-menu-wrap">
<div class="icon-menu" onclick="choose()">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<div class="header_mobile_nav">
<a href="/" class="color_first">Chaturbate</a>
<a href="/bonga/" class="color_second">BongaCams</a>
<a href="/strip/" class="color_first">Stripchat</a>
<a href="/search.php" class="color_second">Search</a>
<a class="header_track trackCount color_first" href="/list.php">1925 rooms</a>
</div>
<!-- header mobile end -->
<!-- content start -->
<div class="content">
<div class="income_chart"></div>
<div class="content_center">
<div class="content_wslog"></div>
<div class="content_table">
<table class="fin_table">
<tbody>
<tr>
<th colspan="2">Statistics for the last month</th>
</tr>
</tbody>
<tbody>
<tr>
<td>Income</td>
<td>$21,927,125</td>
</tr>
<tr>
<td>Average</td>
<td>$1116</td>
</tr>
<tr>
<td>Average tip</td>
<td>$0.91</td>
</tr>
<tr>
<td>One token</td>
<td>$0.05</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- content end -->
<!-- footer start -->
<div class="footer">
<div class="footer_banner">
<a href="/s/" rel="nofollow"><img alt="" width="770" height="94.77" class="banner" src="./img/strip.webp"></a>
</div>
<div class="footer_bottom">
<div class="footer_social">
<a href="https://twitter.com/statbate" aria-label="Subscribe to our twitter" target="_blank" rel="nofollow">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://github.com/statbate" aria-label="Subscribe to our github" target="_blank" rel="nofollow">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://t.me/statbate" aria-label="Subscribe to our telegram" target="_blank" rel="nofollow">
<i class="fa fa-telegram" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- footer end -->
</div>
</body>
<!-- JS -->
<script src="./js/jquery-3.7.0.min.js"></script>
<script src="./js/d3.min.js"></script>
<script src="./js/metricsgraphics.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/statbate.js"></script>
</html>