21
21
< meta name ="msapplication-TileColor " content ="#181818 ">
22
22
< link type ="
text/css "
rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/blueprint.min.css "
/>
23
23
< link type ="text/css " rel ="styleSheet " href ="src/main.css " />
24
- < link type ="text/css " rel ="styleSheet " href ="src/minecraft.less " />
25
24
< link type ="text/css " rel ="styleSheet " href ="src/index.less " />
26
25
</ head >
27
26
< body >
28
27
< main >
28
+ < a href ="i.html " style ="display:none "> </ a >
29
29
< header >
30
- < img class ="logo " src ="assets/logo.png ">
30
+ < a href =" / " > < img alt =" logo " class ="logo " src ="assets/logo.png "> </ a >
31
31
</ header >
32
32
< section id ="first " bp ="grid vertical-center ">
33
33
< div class ="container " bp ="12 offset-2 4@md offset-2@md ">
34
34
< h1 > PureLauncher</ h1 >
35
35
< h3 data-t ="headText "> </ h3 >
36
36
< div class ="buttons ">
37
- < a class ="btn btn-primary " data-t ="download "> </ a > < a class ="btn btn-secondary " data-t ="allVersions "> </ a >
37
+ < button id =" download-now " role =" button " class ="btn btn-primary " data-t ="download "> </ button > < a role =" button " class ="btn btn-secondary " href =" release.html " data-t ="allVersions "> </ a >
38
38
</ div >
39
+ < p id ="release-type "> </ p >
39
40
</ div >
40
41
< div bp ="6@md 10 offset-2 " class ="img "> < img class ="screenshot " src ="assets/screenshots/home.png "> </ div >
41
42
</ section >
@@ -51,7 +52,7 @@ <h1 data-t="resourcesSystem"></h1>
51
52
< li data-t ="resourcesSystem4 "> </ li >
52
53
< li data-t ="resourcesSystem5 "> </ li >
53
54
</ ul >
54
- < a class ="btn btn-primary " data-t ="openVersionsList " href ="./versions.html "> </ a >
55
+ < a role =" button " class ="btn btn-primary " data-t ="openVersionsList " href ="./versions.html "> </ a >
55
56
</ div >
56
57
</ section >
57
58
< section bp ="grid vertical-center ">
@@ -76,7 +77,7 @@ <h1 data-t="pluginSystem"></h1>
76
77
< li data-t ="pluginSystem4 "> </ li >
77
78
< li data-t ="pluginSystem5 "> </ li >
78
79
</ ul >
79
- < a class ="btn btn-primary " data-t ="openPluginsList "> </ a >
80
+ < a role =" button " class ="btn btn-primary " data-t ="openPluginsList " href =" plugins.html "> </ a >
80
81
</ div >
81
82
</ section >
82
83
< section class ="and-more ">
@@ -103,7 +104,7 @@ <h1 data-t="openSource"></h1>
103
104
< a href ="https://codebeat.co/projects/github-com-apisium-purelauncher-master " target ="_blank "> < img alt ="CodeBeat " src ="https://codebeat.co/badges/2afd1913-119b-4b47-acb8-dbac54259a4e "> </ a >
104
105
< a href ="https://standardjs.com " target ="_blank "> < img alt ="JavaScript Style Guide " src ="https://img.shields.io/badge/code_style-standard-brightgreen.svg "> </ a >
105
106
< p data-t ="openSourceLink "> </ p >
106
- < a class ="btn btn-primary " href ="https://github.com/Apisium/PureLauncher " target ="_blank "> Github</ a >
107
+ < a role =" button " class ="btn btn-primary " href ="https://github.com/Apisium/PureLauncher " target ="_blank "> Github</ a >
107
108
< p data-t ="hopeHelp "> </ p >
108
109
</ div >
109
110
</ section >
@@ -112,10 +113,10 @@ <h1 data-t="openSource"></h1>
112
113
< div >
113
114
< h1 data-t ="contact "> </ h1 >
114
115
< ul >
115
- < li > < a role =" link " href ="https://github.com/Apisium/PureLauncher/issues "> Github Issues</ a > </ li >
116
- < li > < span data-t ="qqGroup "> </ span > : < a role =" link " href ="https://jq.qq.com/?_wv=1027&k=59nPcrl "> 7923302</ a > </ li >
117
- < li > < span data-t ="telegramGroup "> </ span > : < a role =" link " href ="https://t.me/PureLauncher "> @PureLauncher</ a > </ li >
118
- < li > < span > MCBBS</ span > : < a role =" link " href ="https://t.me/PureLauncher " data-t ="clickToEnter "> </ a > </ li >
116
+ < li > < a href ="https://github.com/Apisium/PureLauncher/issues "> Github Issues</ a > </ li >
117
+ < li > < span data-t ="qqGroup "> </ span > : < a href ="https://jq.qq.com/?_wv=1027&k=59nPcrl "> 7923302</ a > </ li >
118
+ < li > < span data-t ="telegramGroup "> </ span > : < a href ="https://t.me/PureLauncher "> @PureLauncher</ a > </ li >
119
+ < li > < span > MCBBS</ span > : < a href ="https://t.me/PureLauncher " data-t ="clickToEnter "> </ a > </ li >
119
120
</ ul >
120
121
</ div >
121
122
</ section >
@@ -130,7 +131,9 @@ <h1 data-t="contact"></h1>
130
131
< span class ="copy "> Copyright © 2020 Apisium All rights reserved.</ span >
131
132
</ footer >
132
133
</ main >
134
+ < script src ="https://cdn.jsdelivr.net/npm/ua-parser-js@0/dist/ua-parser.min.js "> </ script >
133
135
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/jquery.min.js "
> </ script >
134
136
< script src ="src/i18n.ts "> </ script >
137
+ < script src ="src/index.ts "> </ script >
135
138
</ body >
136
139
</ html >
0 commit comments