Skip to content

Commit 8909d74

Browse files
Create Fadaka-blockchain.html
1 parent 592efa9 commit 8909d74

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Docs/Fadaka-blockchain.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Web4App</title>
5+
<link rel="stylesheet" href="assets/style.css">
6+
<link rel="icon" href="favicon.ico">
7+
</head>
8+
<body>
9+
<h1>Welcome to Web4App</h1>
10+
<nav>
11+
<a href="wallet.html">Wallet</a> |
12+
<a href="dapp.html">DApp</a> |
13+
<a href="network.html">Network</a> |
14+
<a href="settings.html">Settings</a> |
15+
<a href="contracts.html">Contracts</a> |
16+
<a href="about.html">About</a>
17+
</nav>
18+
<script src="assets/app.js"></script>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)