Add inject.js (for web3 exposed) (#2692)

This commit is contained in:
Jaco Greeff
2016-10-19 11:02:42 +02:00
committed by Gav Wood
parent 5e67c89b4b
commit b359e09bb6
7 changed files with 122 additions and 0 deletions

12
js/src/dev.parity.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>dev::Parity.js</title>
</head>
<body>
<script src="parity.js"></script>
</body>
</html>