Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockscout/docs/index.html

35 lines
1.1 KiB

6 years ago
<!DOCTYPE html>
<html lang="en">
<head>
6 years ago
<meta charset="UTF-8">
<title>BlockScout Docs</title>
6 years ago
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/buble.css">
<style>
nav.app-nav li ul {
min-width: 100px;
}
</style>
</head>
<body>
6 years ago
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: true,
logo: 'https://blockscout.com/eth/mainnet/android-chrome-192x192.png',
name: 'BlockScout',
repo: 'https://github.com/poanetwork/blockscout',
auto2top : true,
maxLevel : 3,
subMaxLevel: 1,
search: 'auto'
6 years ago
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
</body>
</html>