Fix table

This commit is contained in:
Kay0u 2021-02-07 19:33:40 +01:00
parent 5b173a3166
commit 51f3b7efa5
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
3 changed files with 42 additions and 6 deletions

View file

@ -32,7 +32,7 @@ Sie können einen virtuellen privaten Server oder eine dedizierte Maschine von [
### Summary
<table class="table">
<table>
<thead>
<tr>
<th></th>
@ -67,7 +67,7 @@ Sie können einen virtuellen privaten Server oder eine dedizierte Maschine von [
</tr>
<tr>
<td style="text-align:center;">Mögliche ISP-Einschränkungen</td>
<td style="text-align:center;" class="danger">Ja <br><small>(siehe [hier](/isp))</small></td>
<td style="text-align:center;" class="danger">Ja <br><small>(siehe <a href="/isp">hier</a>)</small></td>
<td style="text-align:center;" class="success">Per VPN umgangen</td>
<td style="text-align:center;" class="success">Normalerweise nein</td>
</tr>
@ -88,3 +88,15 @@ Sie können einen virtuellen privaten Server oder eine dedizierte Maschine von [
</tr>
</tbody>
</table>
<style>
.danger{
background-color: #f2dede;
}
.warning {
background-color: #fcf8e3;
}
.success {
background-color: #dff0d8;
}
</style>

View file

@ -32,7 +32,7 @@ Vous pouvez louer un serveur privé virtuel ou une machine dédiée à des hébe
### Résumé
<table class="table">
<table>
<thead>
<tr>
<th></th>
@ -67,7 +67,7 @@ Vous pouvez louer un serveur privé virtuel ou une machine dédiée à des hébe
</tr>
<tr>
<td style="text-align:center;">Limitation possibles <br >par le FAI</td>
<td style="text-align:center;" class="danger">Oui <br><small>(voir [ici](/isp))</small></td>
<td style="text-align:center;" class="danger">Oui <br><small>(voir <a href="/isp">ici</a>)</small></td>
<td style="text-align:center;" class="success">Contournées par le VPN</td>
<td style="text-align:center;" class="success">Généralement non</td>
</tr>
@ -88,3 +88,15 @@ Vous pouvez louer un serveur privé virtuel ou une machine dédiée à des hébe
</tr>
</tbody>
</table>
<style>
.danger{
background-color: #f2dede;
}
.warning {
background-color: #fcf8e3;
}
.success {
background-color: #dff0d8;
}
</style>

View file

@ -32,7 +32,7 @@ You can rent a virtual private server or a dedicated machine from [associative](
### Summary
<table class="table">
<table>
<thead>
<tr>
<th></th>
@ -67,7 +67,7 @@ You can rent a virtual private server or a dedicated machine from [associative](
</tr>
<tr>
<td style="text-align:center;">Possible ISP limitations</td>
<td style="text-align:center;" class="danger">Yes <br><small>(see [here](/isp))</small></td>
<td style="text-align:center;" class="danger">Yes <br><small>(see <a href="/isp">here</a>)</small></td>
<td style="text-align:center;" class="success">Bypassed by VPN</td>
<td style="text-align:center;" class="success">Typically no</td>
</tr>
@ -88,3 +88,15 @@ You can rent a virtual private server or a dedicated machine from [associative](
</tr>
</tbody>
</table>
<style>
.danger{
background-color: #f2dede;
}
.warning {
background-color: #fcf8e3;
}
.success {
background-color: #dff0d8;
}
</style>