feat: simple link tree
This commit is contained in:
39
index.html
Normal file
39
index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vlad Faust</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
Hello, my name is Vlad Faust.
|
||||
I am a wandering buddhist monk.
|
||||
</p>
|
||||
<h2>Socials</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://instagram.com/vladfaust">Instagram</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://t.me/vladfaust">Telegram</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/vladfaust">GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://x.com/vladfaust">𝕏</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Donations</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Ethereum (ETH, USDT):</b> vladfaust.eth
|
||||
</li>
|
||||
<li><a href="https://ko-fi.com/vladfaust">Ko-Fi</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user