This commit is contained in:
poiuty 2023-06-13 02:16:30 +03:00
parent d1aee5d843
commit b9c9e96164
2 changed files with 112 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -21,6 +21,9 @@
<body>
<div class="statbate">
<!-- header start -->
@ -28,7 +31,7 @@
<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="/" 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>
@ -38,6 +41,28 @@
</div>
<!-- header end -->
<!-- header mobile start -->
<div class="header_mobile">
<div class="header_menu">
<a class="header_track trackCount" href="/list.php">1925 rooms</a>
<a href="/" class="header_logo"></a>
<div class="icon-menu-wrap">
<div class="icon-menu">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<!-- header mobile end -->
<div class="content"></div>
<!-- footer start -->