mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-05-08 10:08:03 +00:00
d949863789
Comprehensive web interface for interacting with Pezkuwi blockchain. Features: - Blockchain explorer - Wallet management - Staking interface - Governance participation - Developer tools Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
580 B
HTML
15 lines
580 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting to ipfs gateway</title>
|
|
<meta http-equiv="refresh" content="0; url=https://ipfs.io/ipfs/QmfP9XAMVLZZ8yUr7kQ6CkCTRBefWJPMkHVpArFXGVPUQ3/" />
|
|
<style>
|
|
body { font-family: 'Nunito Sans',sans-serif; line-height: 1.5rem; padding: 2rem; text-align: center }
|
|
p { margin: 0 }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to</p>
|
|
<p><a href="https://ipfs.io/ipfs/QmfP9XAMVLZZ8yUr7kQ6CkCTRBefWJPMkHVpArFXGVPUQ3/">https://ipfs.io/ipfs/QmfP9XAMVLZZ8yUr7kQ6CkCTRBefWJPMkHVpArFXGVPUQ3/</a></p>
|
|
</body>
|
|
</html> |