-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
executable file
·88 lines (85 loc) · 3.74 KB
/
dev.html
File metadata and controls
executable file
·88 lines (85 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tonshive - earn more value from page stay</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/owl.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/odometer.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
</head>
<body>
<div class="overlay"></div>
<a href="#0" class="scrollToTop"><i class="fas fa-angle-up"></i></a>
<div class="preloader">
<div class='loader'></div>
</div>
<!-- === Header Section === -->
<header class="header-section">
<div class="container">
<div class="header-wrapper">
<div class="logo">
<a href="index.html"><img src="assets/images/logo/logo.png" alt="logo"></a>
</div>
<ul class="menu ml-lg-auto">
<li>
<a href="index.html">Home</a>
</li>
<li><a href="https://docs.tonshive.xyz/">Docs</a></li>
<li><a href="#">Links</a>
<ul class="submenu">
<li><a href="https://t.me/+E7Qc4eeWWQszOThl">Telegram Grop</a></li>
<li><a href="https://t.me/tonshive_bot">Tonshive Bot</a></li>
<li><a href="https://www.tonspay.top/">Tonspay</a></li>
</ul>
</li>
<li><a href="#0" class="custom-button">Dashboard</a></li>
</ul>
<div class="header-bar"><span></span><span></span><span></span></div>
</div>
</div>
</header>
<!-- === Header Section === --><!-- === Hero Section === -->
<section class="hero-section"><a href="#about" class="banner-icon"><i class="flaticon-down-arrow"></i></a>
<div class="container">
<div class="hero-content">
<h1 class="title" data-bg="Developing"><span>🚧 Page Deving 🚧</span></h1>
<ul class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li><span>Dev</span></li>
</ul>
</div>
</div>
</section>
<!-- === Hero Section === --><!-- === Record Section === -->
<section class="record-section padding-top padding-bottom" id="about">
<div class="container">
<div class="mb-30-none">
<div class="award-item">
<div class="award-content" style="text-align: center;width: 100%;">
<h4 class="title">Page Developing</h4>
<p>Sorry , but this page is under building by @Tonshive team . Please join <a href="https://t.me/+E7Qc4eeWWQszOThl">TelegramGroup</a> for more information</p>
</div>
</div>
</div>
</div>
</section>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/isotope-pkgd.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/owl.min.js"></script>
<script src="assets/js/viewport.jquery.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/circle-progress.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>