-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdev.html
22 lines (22 loc) · 904 Bytes
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="https://depay.fi/favicon.png"/>
<title>Development</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://cdn.ethers.io/lib/ethers-5.2.umd.min.js" type="application/javascript"></script>
<script src="tmp/index.dev.js"></script>
</head>
<body>
<div class="container">
<div class="row pt-5">
<div class="col">
<h1>DePay Web3Blockchains</h1>
<p>Open the browser inspector and try: `Web3Blockchains.Blockchain`</p>
</div>
</div>
</div>
</body>
</html>