yw5ncom/html/index.html
ange f0412a8724
All checks were successful
/ deploy (push) Successful in 11s
feat: en
2024-08-19 23:55:19 +07:00

49 lines
1.1 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: 2px solid;
border-collapse: collapse;
padding: 1ex;
}
</style>
<title>Ange DUHAYON</title>
</head>
<body>
<h1>⚠️ Website in construction! ⚠️</h1>
<table>
<tr>
<th>Plateform</th>
<th>Contact</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>Phone (France)</td>
<td><a href="tel:+33582951623">+33 5 82 95 16 23</a></td>
</tr>
<tr>
<td>Mail</td>
<td><a href="mailto:ange@yw5n.com">ange@yw5n.com</a></td>
</tr>
<tr>
<td>WhatsApp</td>
<td><a href="https://wa.me/6288231253958">+62 882-3125-3958</a></td>
</tr>
</table>
</body>
</html>