33 lines
801 B
HTML
Executable File
33 lines
801 B
HTML
Executable File
<!DOCTYPE html>
|
|
<head>
|
|
<title>Faris Mektem</title>
|
|
<link rel="icon" type="image/png" href="/assets/Logo.png">
|
|
<link rel="stylesheet" href="/css.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<h2>
|
|
<a class="name" href="https://mektem.com">/// Faris Mektem</a>
|
|
</h2>
|
|
|
|
<h1>Monero</h1>
|
|
|
|
<p>
|
|
All crypto I get is held safe and with self-custody.</p>
|
|
</p>
|
|
|
|
<div>
|
|
<img style='height: 50%; width: 50%;' src="/assets/monero.png">
|
|
</div>
|
|
|
|
<p style="word-wrap: break-word">
|
|
8C7fRbKS6MDhZowHtHQThQ66c2TqtEstHhot1hqQnaeENMQSLA681N2Hqk2uof181JTGYCc8d1mKJS7pJB87irLGETpaeQ
|
|
</p>
|
|
|
|
<p>
|
|
contact: <a href="mailto:postmaster@mektem.com">postmaster@mektem.com</a>
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|