yw5ncom/html/index.html

50 lines
1.0 KiB
HTML
Raw Normal View History

2024-07-16 22:15:41 +00:00
<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<style>
2024-07-16 22:35:33 +00:00
/*
body {
background-color: #000;
color: #fff;
}
*/
2024-07-16 22:15:41 +00:00
table, th, td {
2024-07-16 22:35:33 +00:00
/*
border: 2px solid #fff;
*/
border: 2px solid #000;
2024-07-16 22:15:41 +00:00
border-collapse: collapse;
padding: 1ex;
}
</style>
</head>
<body>
<h1>⚠️ Site en construction! ⚠️</h1>
<table>
<tr>
<th>Plateforme</th>
<th>Contact</th>
2024-07-16 22:35:33 +00:00
<th>Notes</th>
2024-07-16 22:15:41 +00:00
</tr>
<tr>
<td>Matrix (Element)</td>
<td><a href="https://app.element.io/#/user/@ange:gmoker.com">@ange:gmoker.com</a></td>
</tr>
<tr>
<td>Discord</td>
<td>@elrilio</td>
</tr>
<tr>
2024-07-16 22:35:33 +00:00
<td>Téléphone</td>
2024-07-16 22:15:41 +00:00
<td><a href="tel:+33582951623">+33 5 82 95 16 23</a></td>
2024-07-16 22:35:33 +00:00
<td>⚠️ Numéro fixe, donc pas de SMS</td>
2024-07-16 22:15:41 +00:00
</tr>
<tr>
<td>Email</td>
<td><a href="mailto:ange@yw5n.com">ange@yw5n.com</a></td>
</tr>
</table>
</body>
</html>