feat: notes
This commit is contained in:
parent
1847385b53
commit
e1abb674d0
@ -3,8 +3,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
/*
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
*/
|
||||
table, th, td {
|
||||
border: 2px solid black;
|
||||
/*
|
||||
border: 2px solid #fff;
|
||||
*/
|
||||
border: 2px solid #000;
|
||||
border-collapse: collapse;
|
||||
padding: 1ex;
|
||||
}
|
||||
@ -16,6 +25,7 @@
|
||||
<tr>
|
||||
<th>Plateforme</th>
|
||||
<th>Contact</th>
|
||||
<th>Notes</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Matrix (Element)</td>
|
||||
@ -26,8 +36,9 @@
|
||||
<td>@elrilio</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tel</td>
|
||||
<td>Téléphone</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>
|
||||
<td>Email</td>
|
||||
|
Loading…
Reference in New Issue
Block a user