github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/docs/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4    <meta charset="UTF-8">
     5    <title>Hyperledger Burrow</title>
     6    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
     7    <meta name="description" content="Hyperledger Burrow is a permissioned Ethereum smart-contract blockchain node.">
     8    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
     9    <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
    10  </head>
    11  <body>
    12    <div id="app"></div>
    13    <script>
    14      window.$docsify = {
    15        name: 'Hyperledger Burrow',
    16        repo: 'https://github.com/hyperledger/burrow',
    17        auto2top: true,
    18        loadSidebar: true,
    19        subMaxLevel: 2,
    20        themeColor: '#3FBB86'
    21      }
    22    </script>
    23    <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
    24  </body>
    25  </html>