Files
pezkuwi-sdk-ui/packages/apps/public/ipfs/index.html
T
pezkuwichain d949863789 Initial commit: Pezkuwi SDK UI
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>
2026-01-19 13:55:36 +03:00

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>