Skip to content

Commit 8d8329d

Browse files
committed
this
1 parent 9fc2944 commit 8d8329d

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

public/assets/favicon.ico

15 KB
Binary file not shown.

public/assets/icon.png

181 KB
Loading

public/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="true">
1111
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
12+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
1213
<title>Leaf.js</title>
1314
</head>
1415

@@ -25,9 +26,13 @@
2526
<center>
2627
<img class="logo2" src="./assets/ban.png" alt="logo" srcset="">
2728
<div class="row">
28-
<button class="bu">Documentaion</button>
29+
<a href="https://github.com/aframson/leafjs#readme">
30+
<button class="bu">Documentaion</button>
31+
</a>
2932
<button style="color:gray;" class="bu">opensource v1.0.0</button>
30-
<button class="bu">Example API</button>
33+
<a href="https://github.com/aframson/leafjs#readme">
34+
<button class="bu">Example API</button>
35+
</a>
3136
</div>
3237
</center>
3338
</div>

0 commit comments

Comments
 (0)