-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (51 loc) · 2.2 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>zhelper</title>
<meta name="description" content="zhelper">
<meta name="propeller" content="9a91fc3229f0979b610c223379fa3045">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0XC7CCXMJ8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-0XC7CCXMJ8');
</script>
<link href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/5.1.3/css/bootstrap.min.css" type="text/css"
rel="stylesheet" />
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/5.1.3/js/bootstrap.bundle.min.js"
type="application/javascript"></script>
<style>
h1:first-letter {
color: #49AFD0
}
h1 {
font-family: 'Manrope';
font-size: 80px;
}
</style>
</head>
<body>
<div class="align-self-center mx-auto" style="transform: translateY(40%)">
<div class="py-4 text-center align-items-center">
<h1 class="font-bold">zhelper</h1>
<p></p>
<div id="app">
<a href="https://docs.zhelper.net" style="text-decoration: none"><p class="lead mb-4">星星之火 可以燎原</p></a>
<div class="col-lg-6 mx-auto">
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a href="https://docs.zhelper.net/">
<button type="button" class="btn btn-lg btn-primary">Docs</button>
</a>
<a href="https://search.zhelper.net">
<button type="button" class="btn btn-lg btn-secondary">Seach</button>
</a>
<a href="https://t.me/zhelpertg">
<button type="button" class="btn btn-lg btn-success">TG</button>
</div>
</div>
</div>
</div>