layout/index.html
2023-06-13 22:21:01 +03:00

98 lines
2.8 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/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="">Chaturbate</a>
<a href="/bonga/">BongaCams</a>
<a href="/strip/">Stripchat</a>
<a href="/search.php">Search</a>
<a class="header_track trackCount" href="/list.php">1925 rooms</a>
</div>
<!-- header mobile end -->
<div class="content"></div>
<!-- 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/bootstrap.min.js"></script>
<script src="./js/statbate.js"></script>
</html>