mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 13:47:57 +00:00
2b1872f24e
- Rename PolkadotIcon to PezkuwiIcon - Update pinned chains for Pezkuwichain - Add pezkuwichain, bizinikiwi, pezkuwichain-js icons - Update favicon with Pezkuwi branding - Update package.json author to Dijital Kurdistan Tech Institute - Update GitHub links to pezkuwichain/pezkuwi-telemetry - Update backend Cargo.toml authors - Rewrite README with Pezkuwichain documentation - Add GitHub workflows (frontend-ci, backend-ci, docker, lock)
26 lines
649 B
HTML
26 lines
649 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<meta name="theme-color" content="#000000" />
|
|
<title>Pezkuwichain Telemetry</title>
|
|
<script type="text/javascript" src="/tmp/env-config.js"></script>
|
|
<style>
|
|
body,
|
|
html {
|
|
background: #fff;
|
|
color: #111;
|
|
}
|
|
</style>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
</head>
|
|
<body>
|
|
<noscript> You need to enable JavaScript to run this app. </noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|