This commit is contained in:
poiuty 2023-06-13 16:22:33 +03:00
parent b9c9e96164
commit 4da3f515eb
4 changed files with 70 additions and 17 deletions

View file

@ -15,7 +15,9 @@
<link rel="stylesheet" href="./css/statbate.css">
<!-- JS -->
<script src="./js/jquery-3.7.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/statbate.js"></script>
</head>
@ -50,17 +52,25 @@
<a href="/" class="header_logo"></a>
<div class="icon-menu-wrap">
<div class="icon-menu">
<div class="icon-menu" onclick="choose()">
<span></span>
<span></span>
<span></span>
</div>
</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>
</div>
<!-- header mobile end -->
<div class="content"></div>