feat: notes

This commit is contained in:
ange 2024-07-17 00:35:33 +02:00
parent 1847385b53
commit e1abb674d0
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -3,8 +3,17 @@
<html> <html>
<head> <head>
<style> <style>
/*
body {
background-color: #000;
color: #fff;
}
*/
table, th, td { table, th, td {
border: 2px solid black; /*
border: 2px solid #fff;
*/
border: 2px solid #000;
border-collapse: collapse; border-collapse: collapse;
padding: 1ex; padding: 1ex;
} }
@ -16,6 +25,7 @@
<tr> <tr>
<th>Plateforme</th> <th>Plateforme</th>
<th>Contact</th> <th>Contact</th>
<th>Notes</th>
</tr> </tr>
<tr> <tr>
<td>Matrix (Element)</td> <td>Matrix (Element)</td>
@ -26,8 +36,9 @@
<td>@elrilio</td> <td>@elrilio</td>
</tr> </tr>
<tr> <tr>
<td>Tel</td> <td>Téléphone</td>
<td><a href="tel:+33582951623">+33 5 82 95 16 23</a></td> <td><a href="tel:+33582951623">+33 5 82 95 16 23</a></td>
<td>⚠️ Numéro fixe, donc pas de SMS</td>
</tr> </tr>
<tr> <tr>
<td>Email</td> <td>Email</td>