feat: suckless inspired style

This commit is contained in:
ange 2024-09-10 10:27:27 +07:00
parent 34570534a7
commit ea5de0a2c4
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
4 changed files with 213 additions and 49 deletions

View file

@ -1,48 +0,0 @@
<!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>Email</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>