mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-26 02:57:59 +00:00
Initial commit - PezkuwiChain Web Governance App
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>PezkuwiChain Governance</title>
|
||||
<meta name="description" content="A dual-token blockchain built on the Substrate framework, enabling decentralized governance and trust score-based tokenomics through sophisticated palets." />
|
||||
<link rel="icon" type="image/svg+xml" href="/placeholder.svg" />
|
||||
|
||||
<meta property="og:title" content="PezkuwiChain Governance" />
|
||||
<meta property="og:description" content="A dual-token blockchain built on the Substrate framework, enabling decentralized governance and trust score-based tokenomics through sophisticated palets." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/og.jpg" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:image" content="/og.jpg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user