layout/index.html

67 lines
1.9 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!"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<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">
<!-- JS -->
<script src="./js/bootstrap.min.js"></script>
</head>
<body>
<div class="statbate">
2023-06-12 19:04:54 +03:00
<!-- header start -->
<div class="header">
<div class="header_menu">
<a href="/" class="header_logo"></a>
<ul class="header_navbar">
<li><a href="/" style="color:#795548">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 -->
2023-06-12 16:45:00 +03:00
<div class="content"></div>
<!-- footer start -->
<div class="footer">
<div class="footer_banner">
<a href="/s/" rel="nofollow"><img class="banner" src="./img/strip5.png"></a>
</div>
<div class="footer_bottom">
<div class="footer_social">
<a href="https://twitter.com/statbate" target="_blank" rel="nofollow">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://github.com/statbate" target="_blank" rel="nofollow">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://t.me/statbate" target="_blank" rel="nofollow">
<i class="fa fa-telegram" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- footer end -->
</div>
</body>
</html>