Skip to content

Instantly share code, notes, and snippets.

@Montoya
Last active February 10, 2024 19:18
Show Gist options
  • Save Montoya/b91cf32d9222a86aee4a8ec36ce544b5 to your computer and use it in GitHub Desktop.
Save Montoya/b91cf32d9222a86aee4a8ec36ce544b5 to your computer and use it in GitHub Desktop.
chublins.xyz frame code
<?php $chub = rand(0, 442); ?>
<!DOCTYPE html>
<html>
<head>
<title>Chublins.xyz</title>
<style type="text/css">
body { background:#000; }
#chub { position:absolute; top:50%;left:50%; margin:-300px 0 0 -300px; }
</style>
<meta property="og:title" content="Chublins" />
<meta property='og:image' content="https://chublins.xyz/png/<?=$chub?>.png" />
<meta property="fc:frame" content="vNext" />
<meta property="fc:frame:image:aspect_ratio" content="1:1" />
<meta property="fc:frame:image" content="https://chublins.xyz/png/<?=$chub?>.png" />
<meta property="fc:frame:button:1" content="Random" />
<meta property="fc:frame:button:2" content="#<?=$chub?>" />
<meta property="fc:frame:button:2:action" content="link" />
<meta property="fc:frame:button:2:target" content="https://opensea.io/assets/ethereum/0x87f01ce90a531f496ba2d6557d0348c5447895ce/<?=$chub?>" />
</head>
<body>
<a id="chub" href="https://chublins.com">
<img src="hexagon.svg" width="600" height="600">
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment