-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 2.37 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 2.37 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
<!DOCTYPE html>
<html lang="zh-CN">
<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">
<meta name="google-adsense-account" content="ca-pub-5658277191043916">
<title>82Flex | Awesome Dev</title>
<link rel="icon" href="favicon.ico" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/white-indigo.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5658277191043916" crossorigin="anonymous"></script>
</head>
<body>
<main>
<div class="intro">Hello, I'm 82Flex!</div>
<div class="tagline">
<a target="_blank" rel="noopener noreferrer" href="https://apt.82flex.com">My Repo</a> |
<a target="_blank" rel="noopener noreferrer" href="https://havoc.app/search/82Flex">My Products</a> |
<a target="_blank" rel="noopener noreferrer" href="https://github.com/OwnGoalStudio">OwnGoal Studio</a> |
<a target="_blank" rel="noopener noreferrer" href="https://headers.82flex.com">Headers</a> |
<a target="_blank" rel="noopener noreferrer" href="https://entitlements.82flex.com">Entitlements</a>
</div>
<div class="icons-social">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Lessica"><i class="fab fa-github"></i></a>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/82Flex"><i class="fab fa-twitter"></i></a>
<a target="_blank" rel="noopener noreferrer" href="https://stackoverflow.com/users/5227717"><i class="fab fa-stack-overflow"></i></a>
<a target="_blank" rel="noopener noreferrer" href="mailto:82flex@gmail.com"><i class="fab fa-google"></i></a>
</div>
<div class="footer">
<a target="_blank" rel="noopener noreferrer" href="https://beian.miit.gov.cn/">苏ICP备15002715号-1</a> • <span><img src="PBPRC.png" alt="Police_Badge" style="width: 14px;"> <a target="_blank" rel="noopener noreferrer" href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32010202010411">苏公网安备32010202010411号</a></span>
</div>
</main>
</body>
</html>