2016-10-19 11:02:42 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2016-10-29 19:06:33 +02:00
|
|
|
<link rel="icon" href="parity.ico" type="image/x-icon">
|
2016-10-19 11:02:42 +02:00
|
|
|
<title>dev::Web3</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-10-26 13:44:38 +02:00
|
|
|
<script src="/parity-utils/web3.js"></script>
|
2016-10-19 11:02:42 +02:00
|
|
|
</body>
|
|
|
|
</html>
|