yw5ncom/html/index.html
ange c245e46383
Some checks failed
/ deploy (push) Failing after 4s
feat: gitea manifests
2024-08-17 22:58:46 +07:00

51 lines
1.2 KiB
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<style>
body {
background-color: #000;
color: #fff;
}
table, th, td {
border: 2px solid #fff;
border-collapse: collapse;
padding: 1ex;
}
</style>
<title>Ange DUHAYON</title>
</head>
<body>
<h1>⚠️ Site en construction! ⚠️</h1>
<table>
<tr>
<th>Plateforme (Par ordre de préférence)</th>
<th>Contact</th>
<th>Notes</th>
</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>
<td>Téléphone (France)</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>
<td><a href="mailto:ange@yw5n.com">ange@yw5n.com</a></td>
</tr>
<tr>
<td>Téléphone (Indonésie)</td>
<td><a href="tel:+6288231253958">+62 882-3125-3958</a></td>
<td>⚠️ Surcoût pour les appels depuis la France</td>
</tr>
</table>
</body>
</html>