-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
85 lines (85 loc) · 4.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://laf.tokyo" />
<meta property="og:type" content="website" />
<meta property="og:title" content="LaF Client" />
<meta property="og:description" content="LaF Client Official Website" />
<meta property="og:site_name" content="LaF Client" />
<meta property="og:image" content="https://laf.tokyo/img/thumbnail.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@nullA1m" />
<title>LaF Client</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="./css/index.css" rel="stylesheet">
<link rel="icon" href="./img/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HFV6WLESZ1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HFV6WLESZ1');
</script>
</head>
<body>
<script src="./script/index.js"></script>
<div id="usePC">
This client is not compatible with smartphone.
Please use PC to download the installer.
</div>
<div id="iconHolder">
<img id="iconImg" src="./img/icon.png"/>
</div>
<div id="releaseInfo">
<div id="iconTitle">
<div>
<img id="iconImg2" src="./img/icon.png"/>
</div>
LaF Client <span id="versionText">vX.Y.Z</span>
<div id="linksHolder">
<a id="releaseLink" target="_blank" rel="noopener noreferrer">Release Note</a> |
<a id="helpLink" target="_blank" href="https://github.com/LaFClient/LaF#readme" rel="noopener noreferrer">Help Page</a>
</div>
</div>
<div id="buttonsHolder">
<div class="button">
<a id="mpLink" href="" style="position: absolute;display: block;width: 100%;height: 100%;"></a>
<img id="mpLogo" src="./img/windows.png"/>
<div>
<div id="mpOS">Platform</div>
<div id="mpInfo"><span id="mpSize">XMB</span> - <span id="mpBit">32/64bit</span></div>
</div>
</div>
<div id="subHolder">
<div class="button sp">
<a id="spLink1" href="" style="position: absolute;display: block;width: 100%;height: 100%;"></a>
<img class="spLogo" id="spLogo1" src="./img/apple.svg"/>
<div>
<div class="spOS" id="spOS1">Platform</div>
<div class="spInfo" id="spInfo1"><span id="spSize1">XMB</span> - <span id="spBit1">32/64bit</span></div>
</div>
</div>
<div class="button sp">
<a id="spLink2" href="" style="position: absolute;display: block;width: 100%;height: 100%;"></a>
<img class="spLogo" id="spLogo2" src="./img/linux.svg"/>
<div>
<div class="spOS" id="spOS2">Platform</div>
<div class="spInfo" id="spInfo2"><span id="spSize2">XMB</span> - <span id="spBit2">32/64bit</span></div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="badges">
<a href="https://github.com/LaFClient/LaF" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/GitHub-LaFClient%2FLaF-white" alt=""></a>
<a href="https://github.com/LaFClient/LaF/releases" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/github/downloads/LaFClient/LaF/total" alt=""></a>
<a href="https://discord.gg/9M9TgDRt9G" target="_blank" rel="noopener noreferrer"><img src="https://discord.com/api/guilds/911130667448954880/widget.png?style=shield" alt=""></a>
</div>
<div style="height: 5px;"></div>
<div id="copyrights">(c) 2022 LaF Development Team</div>
</div>
</body>
</html>