mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 20:48:05 +00:00
d15409bf2e
* Exclude vscode local settings * Switch the image to nginx with ENV support * Add some doc * Fix travis config * Ignore coverage data * Remove version labels * Fix the Dockerfile according to the recent refactoring * Cleanup * Change maintainer According to @woss request * Fix travis config
25 lines
697 B
HTML
25 lines
697 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">
|
|
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> -->
|
|
<title>Polkadot Telemetry</title>
|
|
<script type="text/javascript" src="/env-config.js"></script>
|
|
<style>
|
|
body, html {
|
|
background: #fff;
|
|
color: #111;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="./Jdenticon.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|