diff --git a/Akxx tech.xyz b/Akxx tech.xyz new file mode 100644 index 0000000..65b30a7 --- /dev/null +++ b/Akxx tech.xyz @@ -0,0 +1,229 @@ + + + + + AKXX Tech + + + + +
+

AKXX Tech

+

Your Source for Apps, Games & IPL Updates

+
+ + + +
+

Welcome to AKXX Tech

+

Discover the latest and greatest in mobile apps, exciting games, and stay up-to-date with all the action from the Indian Premier League. Your digital playground starts here!

+
+
+ Apps Icon +

Explore Apps

+

Find reviews, downloads, and recommendations for the newest and most popular mobile applications.

+ Browse Apps +
+
+ Games Icon +

Dive into Games

+

Discover thrilling mobile games across various genres. Get download links and stay informed about new releases.

+ Explore Games +
+
+ IPL Icon +

IPL Daily Updates

+

Get the latest scores, match highlights, and news from the Indian Premier League. Never miss a boundary!

+ Read IPL News +
+
+
+

Ready to explore? Check out our latest updates!

+ Latest IPL News +
+
+ +
+

Latest IPL News

+ +

News will be updated daily.

+
+ +
+

Top Games

+
+
+

Game Changer 5 V4

+ + + +
+
+

Real Cricket 21 Mod APK

+ + + +
+
+

ICC Cricket Mobile

+ + + +
+
+
+ +
+

Latest Apps

+

Apps will be uploaded soon. Stay tuned!

+
+ +
+

Contact Us

+

For new updates and information, contact 'AKXX Tech'.

+
+ + + + + + diff --git a/docs/the-basics.md b/docs/the-basics.md deleted file mode 100644 index 714a46e..0000000 --- a/docs/the-basics.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -id: the-basics -title: The Basics -sidebar_label: The Basics -slug: / ---- - -## Put a locally running HTTP, HTTPS or TLS app on the internet - -localhost.run is a client-less tool to instantly make a locally running application available on an internet accessible URL. - -All major operating systems already have SSH installed, and localhost.run uses SSH as a client, so no download is necessary to use the service and no account setup is needed for free domains. - -To connect an internet domain to an application running locally on port 8080 open a command terminal and run: - -```bash -ssh -R 80:localhost:8080 localhost.run -``` - -import { useState } from 'react' - -export const PortChooser = () => { - const [port, setPort] = useState(3000); - return ( - <> - running on  - -   - setPort(event.target.value)} /> - ? - use this command: -
{`ssh -R 80:localhost:${port} localhost.run
-`}
- - ) -}; - -