File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 28
28
"name" : " Android (aarch64)" ,
29
29
"href" : " nightly/android/servo-latest.apk" ,
30
30
"sha256" : " nightly/android/servo-latest.apk.sha256"
31
+ },
32
+ {
33
+ "key" : " ohos-aarch64-hap" ,
34
+ "name" : " OpenHarmony (aarch64)" ,
35
+ "href" : " nightly/ohos/servo-latest.hap" ,
36
+ "sha256" : " nightly/ohos/servo-latest.hap.sha256"
31
37
}
32
38
]
Original file line number Diff line number Diff line change 2
2
{% for download in downloads %}
3
3
< p >
4
4
< div class ="buttons has-addons ">
5
- < a rel ="nofollow " role ="button " class ="button is-primary " href ="https://download.servo.org/{{download.href}} " style ="width: 17ch ; "> {{download.name}}</ a >
6
- < span class ="button is-static " id ="date-{{download.key}} " style ="width: 12ch ; "> ?</ span >
5
+ < a rel ="nofollow " role ="button " class ="button is-primary " href ="https://download.servo.org/{{download.href}} " style ="width: 22ch ; "> {{download.name}}</ a >
6
+ < span class ="button is-static " id ="date-{{download.key}} " style ="width: 10ch ; "> ?</ span >
7
7
< a rel ="nofollow " role ="button " class ="button " style ="width: 7ch; " href ="https://download.servo.org/{{download.sha256}} "> sha256</ a >
8
8
</ div >
9
9
</ p >
You can’t perform that action at this time.
0 commit comments