Skip to content

Commit b3f5b03

Browse files
Merge pull request #113 from Altify-Developing/Altify-Development-patch-66
Added url shortener fast-link and added it as the newest tool in readme.md
2 parents 2e2facd + f83d02c commit b3f5b03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@
3939

4040
#### NEWEST RELEASES
4141

42-
##### My Newest Tool: Windows Key Generator
42+
##### My Newest Tool: URL Shortener ( PHP )
43+
[URL Shortener](https://shorten.altifydeveloping.com)
44+
![image](https://user-images.githubusercontent.com/83733589/232129177-5d841ba3-6129-4779-ab9b-5a94947a1508.png)
45+
46+
47+
##### Windows Key Generator
4348
[w10](https://w10.altifydeveloping.com/)
4449

4550
<img src='https://raw.githubusercontent.com/Altify-Developing/Altify-Developing-Main/main/html/NEW_TOOLS/w10/w10.gif'>

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ <h2 class="title text-center text-uppercase" title="Free Portion">Latest</h2>
262262
<div class="btn-latest-row col-md-3">
263263
<a class="rowbutton" href='?chicken' target="_blank" rel="noreferrer">Broken Chicken Game</a><br><br>
264264
</div>
265+
<div class="btn-latest-row col-md-3">
266+
<a class="rowbutton" href='?shortener' target="_blank" rel="noreferrer">URL Shortener</a><br><br>
267+
</div>
265268
</div>
266269
</div>
267270
</div>

0 commit comments

Comments
 (0)