mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2025-07-02 15:55:25 +00:00
Updated for release.
Updated: - Updated for v3.2.2 naming scheme changes. - Made the links in `linux-builds.ejs` comply with [WCAG AAA standards](https://www.w3.org/WAI/WCAG22/quickref/#contrast-enhanced).
This commit is contained in:
parent
e459538f18
commit
3daa559a67
@ -37,4 +37,8 @@
|
|||||||
.table-container {
|
.table-container {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-container a{
|
||||||
|
color: #4FACFC;
|
||||||
}
|
}
|
@ -39,10 +39,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
 ╚<a href=""> Debian 11 (arm64)</a><br>
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.11.arm64"> Debian 11 (arm64)</a><br>
|
||||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-debian"> Debian 11 (x86/64)</a><br>
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.11.x86_64"> Debian 11 (x86/64)</a><br>
|
||||||
 ╚<a href=""> Debian 12 (arm64)</a><br>
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.12.arm64"> Debian 12 (arm64)</a><br>
|
||||||
 ╚<a href=""> Debian 12 (x86/64)</a><br>
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.debian.12.x86_64"> Debian 12 (x86/64)</a><br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -51,8 +51,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
 ╚<a href=""> Ubuntu 22.04 (arm64)</a><br>
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.20.04.arm64"> Ubuntu 20.04 (arm64)</a><br>
|
||||||
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-ubuntu"> Ubuntu 22.04 (x86/64)</a><br>
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.20.04.x86_64"> Ubuntu 20.04 (x86/64)</a><br>
|
||||||
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.22.04.arm64"> Ubuntu 22.04 (arm64)</a><br>
|
||||||
|
 ╚<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server.ubuntu.22.04.x86_64"> Ubuntu 22.04 (x86/64)</a><br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user