58 lines
1.5 KiB
HTML
58 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Sweet Bread</title>
|
|
|
|
<link rel="stylesheet" href="/static/style/main.css">
|
|
<link rel="icon" type="image/webp" href="/static/icon/us/risdeveau.webp" />
|
|
<script src="/static/script/copy-mono.js"> </script>
|
|
<script
|
|
src="https://track.codrs.ru/api/script.js"
|
|
data-site-id="1"
|
|
defer
|
|
></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style>
|
|
img {
|
|
width: 13rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div class="block">
|
|
<h3>Development</h3>
|
|
|
|
<p><a href="//g.codrs.ru/Sweetbread">Gitea</a></p>
|
|
<p><a href="https://github.com/VerySweetBread">GitHub</a></p>
|
|
</div>
|
|
|
|
<div class="block">
|
|
<h3>Contacts</h3>
|
|
|
|
<p><a href="//b.codrs.ru/risdeveau">Fediverse</a></p>
|
|
<p><a href="https://gamebanana.com/members/3899828">GameBanana</a></p>
|
|
<p><a href="https://steamcommunity.com/id/risdeveau">Steam</a></p>
|
|
<p><a href="mailto:risdeveau@codrs.ru">Mail</a></p>
|
|
</div>
|
|
|
|
<div class="blocks">
|
|
<div class="block">
|
|
<p style="text-align: center;">EVM (ETH, POL, BNB)</p>
|
|
<img src="/static/img/risdeveau/wallets/evm.webp">
|
|
</div>
|
|
|
|
<div class="block">
|
|
<p style="text-align: center;">TON</p>
|
|
<img src="/static/img/risdeveau/wallets/ton.webp">
|
|
</div>
|
|
|
|
<div class="block">
|
|
<p style="text-align: center;">XMR</p>
|
|
<img src="/static/img/risdeveau/wallets/xmr.webp">
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |