layout/index.html

99 lines
3.1 KiB
HTML
Raw Normal View History

2023-06-12 16:45:00 +03:00
<!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!"/>
2023-06-13 22:21:01 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
2023-06-12 16:45:00 +03:00
<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">
2023-06-14 13:29:19 +03:00
<link rel="stylesheet" href="./css/metricsgraphics.min.css">
2023-06-13 22:21:01 +03:00
<link rel="stylesheet" href="./css/bootstrap.min.css" >
2023-06-12 16:45:00 +03:00
<link rel="stylesheet" href="./css/statbate.css">
</head>
<body>
<div class="statbate">
2023-06-12 19:04:54 +03:00
<!-- header start -->
<div class="header">
<div class="header_menu">
2023-06-13 22:21:01 +03:00
<a href="/" aria-label="Move to main page" class="header_logo"></a>
2023-06-12 19:04:54 +03:00
<ul class="header_navbar">
2023-06-13 02:16:30 +03:00
<li><a href="/" class="nav_active">Chaturbate</a></li>
2023-06-12 19:04:54 +03:00
<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 -->
2023-06-12 16:45:00 +03:00
2023-06-13 02:16:30 +03:00
<!-- header mobile start -->
<div class="header_mobile">
<div class="header_menu">
<a href="/" class="header_logo"></a>
<div class="icon-menu-wrap">
2023-06-13 16:22:33 +03:00
<div class="icon-menu" onclick="choose()">
2023-06-13 02:16:30 +03:00
<span></span>
<span></span>
<span></span>
</div>
2023-06-13 16:22:33 +03:00
</div>
2023-06-13 02:16:30 +03:00
</div>
</div>
2023-06-13 16:22:33 +03:00
<div class="header_mobile_nav">
2023-06-13 22:55:48 +03:00
<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>
2023-06-13 16:22:33 +03:00
</div>
2023-06-14 13:29:19 +03:00
<!-- header mobile end -->
2023-06-13 16:22:33 +03:00
2023-06-14 13:29:19 +03:00
<div class="content">
2023-06-13 16:22:33 +03:00
2023-06-14 13:29:19 +03:00
<div class="income_chart"></div>
2023-06-13 16:22:33 +03:00
2023-06-14 13:29:19 +03:00
</div>
2023-06-12 16:45:00 +03:00
<!-- footer start -->
<div class="footer">
<div class="footer_banner">
2023-06-13 22:21:01 +03:00
<a href="/s/" rel="nofollow"><img alt="" width="770" height="94.77" class="banner" src="./img/strip.webp"></a>
2023-06-12 16:45:00 +03:00
</div>
<div class="footer_bottom">
<div class="footer_social">
2023-06-13 22:21:01 +03:00
<a href="https://twitter.com/statbate" aria-label="Subscribe to our twitter" target="_blank" rel="nofollow">
2023-06-12 16:45:00 +03:00
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
2023-06-13 22:21:01 +03:00
<a href="https://github.com/statbate" aria-label="Subscribe to our github" target="_blank" rel="nofollow">
2023-06-12 16:45:00 +03:00
<i class="fa fa-github" aria-hidden="true"></i>
</a>
2023-06-13 22:21:01 +03:00
<a href="https://t.me/statbate" aria-label="Subscribe to our telegram" target="_blank" rel="nofollow">
2023-06-12 16:45:00 +03:00
<i class="fa fa-telegram" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- footer end -->
</div>
</body>
2023-06-13 22:21:01 +03:00
<!-- JS -->
<script src="./js/jquery-3.7.0.min.js"></script>
2023-06-14 13:29:19 +03:00
<script src="./js/d3.min.js"></script>
<script src="./js/metricsgraphics.min.js"></script>
2023-06-13 22:21:01 +03:00
<script src="./js/bootstrap.min.js"></script>
<script src="./js/statbate.js"></script>
2023-06-14 13:29:19 +03:00
2023-06-12 16:45:00 +03:00
</html>