mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
f6a339c857
commit
b92dd2968c
6 changed files with 64 additions and 18 deletions
24
index.html
24
index.html
|
|
@ -11,17 +11,13 @@
|
|||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="./css/normalize.css">
|
||||
<link rel="stylesheet" href="./css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="./css/metricsgraphics.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">
|
||||
|
|
@ -38,7 +34,6 @@
|
|||
<!-- header end -->
|
||||
|
||||
<!-- header mobile start -->
|
||||
|
||||
<div class="header_mobile">
|
||||
<div class="header_menu">
|
||||
<a href="/" class="header_logo"></a>
|
||||
|
|
@ -51,8 +46,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="header_mobile_nav">
|
||||
<a href="/" class="color_first">Chaturbate</a>
|
||||
<a href="/bonga/" class="color_second">BongaCams</a>
|
||||
|
|
@ -60,12 +53,16 @@
|
|||
<a href="/search.php" class="color_second">Search</a>
|
||||
<a class="header_track trackCount color_first" href="/list.php">1925 rooms</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- header mobile end -->
|
||||
|
||||
<div class="content"></div>
|
||||
<div class="content">
|
||||
|
||||
<div class="income_chart"></div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- footer start -->
|
||||
<div class="footer">
|
||||
|
|
@ -93,6 +90,9 @@
|
|||
|
||||
<!-- JS -->
|
||||
<script src="./js/jquery-3.7.0.min.js"></script>
|
||||
<script src="./js/d3.min.js"></script>
|
||||
<script src="./js/metricsgraphics.min.js"></script>
|
||||
<script src="./js/bootstrap.min.js"></script>
|
||||
<script src="./js/statbate.js"></script>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue