kleros/kleros-v2

View on GitHub
web/src/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta
      name="description"
      content="Kleros is a decentralized, blockchain-based dispute resolution platform that offers fast and affordable arbitration for various type of dispute. Join the future of dispute resolution with Kleros Court."
    />
    <meta
      name="keywords"
      content="dispute resolution, decentralized arbitration, Kleros, blockchain court"
    />
    <link rel="shortcut icon" type="image/svg+xml" href="./favicon.ico" />
    <title>Kleros ยท Court</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="index.tsx"></script>
  </body>
</html>