66 lines
1.7 KiB
HTML
66 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Void Links</title>
|
|
<style>
|
|
*{
|
|
margin:0;
|
|
padding:0;
|
|
height:100%;
|
|
width: 100%;
|
|
}
|
|
|
|
img.sociaalLink {
|
|
width: 50px;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="mainView">
|
|
<h1>My Social Links</h1>
|
|
<ul>
|
|
<li class="socialLink">
|
|
<a href="https://bsky.app/profile/w175b.bsky.social">
|
|
<img src="/media/socialicons/bsky.png" alt="Bluesky Logo">
|
|
<h3>Bluesky</h3>
|
|
</a>
|
|
</li>
|
|
<li class="socialLink">
|
|
<a href="https://thangs.com/designer/TechRunner">
|
|
<img src="" alt="">
|
|
<h3>Thangs 3D Models</h3>
|
|
</a>
|
|
</li>
|
|
<li class="socialLink">
|
|
<a href="https://t.me/W175B">
|
|
<img src="" alt="">
|
|
<h3>Telegram</h3>
|
|
</a>
|
|
</li>
|
|
<li class="socialLink">
|
|
<a href="http://">
|
|
<img src="" alt="">
|
|
<h3></h3>
|
|
</a>
|
|
</li>
|
|
<li class="socialLink">
|
|
<a href="http://">
|
|
<img src="" alt="">
|
|
<h3></h3>
|
|
</a>
|
|
</li>
|
|
<li class="socialLink">
|
|
<a href="http://">
|
|
<img src="" alt="">
|
|
<h3></h3>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |