File tree Expand file tree Collapse file tree 1 file changed +23
-20
lines changed Expand file tree Collapse file tree 1 file changed +23
-20
lines changed Original file line number Diff line number Diff line change 81
81
< h1 class ="post-title "> {{ page.title }}</ h1 >
82
82
83
83
< p >
84
- < em > Development build artefacts are hosted on GitHub; you need to be logged in to download them.</ em >
84
+ < em > Development build artifacts are hosted on GitHub; you need to be logged in to download them.</ em >
85
85
</ p >
86
86
87
- < div >
88
- < a id ="linux-build-link "> Linux</ a >
89
- < span id ="linux-build-version "> -</ span >
90
- < span id ="linux-build-date "> -</ span >
91
- </ div >
92
-
93
- < div >
94
- < a id ="windows-build-link "> Windows</ a >
95
- < span id ="windows-build-version "> -</ span >
96
- < span id ="windows-build-date "> -</ span >
97
- </ div >
98
-
99
- < div >
100
- < a id ="macos-build-link "> macOS</ a >
101
- < span id ="macos-build-version "> -</ span >
102
- < span id ="macos-build-date "> -</ span >
103
- </ div >
104
-
105
- </ p >
87
+ < table >
88
+ < tr >
89
+ < th > Download link</ th >
90
+ < th > Build version</ th >
91
+ < th > Date</ th >
92
+ </ tr >
93
+ < tr >
94
+ < td > < a id ="linux-build-link "> Linux</ a > </ td >
95
+ < td id ="linux-build-version "> -</ td >
96
+ < td id ="linux-build-date "> -</ td >
97
+ </ tr >
98
+ < tr >
99
+ < td > < a id ="windows-build-link "> Windows</ a > </ td >
100
+ < td id ="windows-build-version "> -</ td >
101
+ < td id ="windows-build-date "> -</ td >
102
+ </ tr >
103
+ < tr >
104
+ < td > < a id ="macos-build-link "> macOS</ a > </ td >
105
+ < td id ="macos-build-version "> -</ td >
106
+ < td id ="macos-build-date "> -</ td >
107
+ </ tr >
108
+ </ table >
106
109
107
110
{{ page.content | safe }}
108
111
</ div >
You can’t perform that action at this time.
0 commit comments