-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdownLite.html
More file actions
64 lines (58 loc) · 2.31 KB
/
Copy pathdownLite.html
File metadata and controls
64 lines (58 loc) · 2.31 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="robots" content="noindex, nofollow">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="fcl, foldcraftlauncher, fcl启动器, fcl官网, 官方原版, 下载, 最新版, fcl渲染器, fcl插件">
<meta name="description" content="这里是由一群FCL玩家自行搭建的公益下载站。可以在此页面下载《Fold Craft Launcher》(简称FCL),这里提供了FCL最新版、FCL单架构版、FCL历史版本、FCL渲染器和FCL插件,有直链、官方HG、网盘等多个可靠下载源。此页面没有烦人的广告,没有乱七八糟的套路,只为了能让玩家下载到最新版FCL。">
<title>下载FCL:强大开源的MC Java版安卓启动器 < downLite.html</title>
<style>
body {
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #1a1a1a;
font-family: Arial, sans-serif;
}
.software-image {
width: 200px;
margin-bottom: 2rem;
filter: drop-shadow(0 0 2rem rgba(255, 0, 255, 1));
}
.download-btn {
display: inline-block;
padding: 12px 30px;
margin: 10px;
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 25px;
transition: background-color 0.3s;
font-size: 1.1rem;
}
.download-btn:hover {
background-color: #0056b3;
}
.info-btn {
background-color: transparent;
border: 2px solid #666;
color: #666;
}
.info-btn:hover {
border-color: #999;
color: #999;
}
</style>
</head>
<body>
<img src="/file/picture/FCL_icon.webp" alt="软件图标" class="software-image">
<a href="https://vip.123pan.cn/1811746932/11471878" class="download-btn" target="_blank">立即下载</a>
<a href="/down.html" class="download-btn info-btn">更多信息</a>
<a href="/404.html" class="download-btn info-btn">千万别点</a>
</body>
</html>