Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoryammilwalrus committed Nov 10, 2022
0 parents commit 41adcd0
Show file tree
Hide file tree
Showing 260 changed files with 87,935 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
ssl/cert.*
ssl/key.*
4 changes: 4 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
entrypoint = "README.md"
language = "nodejs"
run = ["npm", "start"]
onBoot = "chmod u+x webretro.sh"
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm start
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!--
_ _ _ _ _ _ _
/\ | | | | | | | \ | | | | | |
/ \ _ __ ___ ___ | |_ | |__ _ _ ___ | |_ | \| | ___ | |_ __ __ ___ _ __ | | __
/ /\ \ | '_ ` _ \ / _ \ | __| | '_ \ | | | | / __| | __| | . ` | / _ \ | __| \ \ /\ / / / _ \ | '__| | |/ /
/ ____ \ | | | | | | | __/ | |_ | | | | | |_| | \__ \ | |_ | |\ | | __/ | |_ \ V V / | (_) | | | | <
/_/ \_\ |_| |_| |_| \___| \__| |_| |_| \__, | |___/ \__| |_| \_| \___| \__| \_/\_/ \___/ |_| |_|\_\
__/ |
|___/
-->
<!-- The font is called Big, if you are wondering -->
<div align="center">
<img src="https://socialify.git.ci/amethystnetwork-dev/Hypertabs/image?font=Inter&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Famethystnetwork-dev%2FHypertabs%2Fmain%2Fstatic%2Ficon.png&name=1&owner=1&pattern=Solid&stargazers=1&theme=Light" alt="Hypertabs" width="640" height="320" />

<a href="" alt="Made with NodeJS"><img src="https://img.shields.io/badge/Made%20with-Node.JS-6DA55F?style=for-the-badge&logo=node.js&logoColor=white"></a>
<a href="https://github.com/amethystnetwork-dev/Hypertabs/graphs/contributors/" alt=""><img src="https://img.shields.io/github/contributors/amethystnetwork-dev/Hypertabs?style=for-the-badge"></a>

</div>

<div align="center">
<h2>Get Started</h2>
<a>To get started, press one of the buttons below to deploy Hypertabs</a>
<br>
<br>
<a href="https://render.com/deploy?repo=https://github.com/amethystnetwork-dev/Hypertabs"><img height="30px" src="https://img.shields.io/badge/render-4f65f1.svg?style=for-the-badge&logo=render&logoColor=46e3b7"><img></a>
<a href="https://amethystnetwork-dev.github.io/utils/deploy/heroku?repo=Hypertabs"><img height="30px" src="https://img.shields.io/badge/heroku-%23430098.svg?style=for-the-badge&logo=heroku&logoColor=white"><img></a>
<a href="https://amethystnetwork-dev.github.io/utils/deploy/replit?repo=Hypertabs"><img height="30px" src="https://amethystnetwork-dev.github.io/assets/replit.svg"><img></a>
<a href="https://railway.app/new/template/NULL"><img height="30px" src="https://img.shields.io/badge/Railway-%234f0599.svg?style=for-the-badge&logo=railway&logoColor=white"><img></a>
<a href="https://app.koyeb.com/deploy?type=git&repository=github.com/amethystnetwork-dev/Hypertabs&branch=main&name=hypertabs"><img height="30px" src="https://img.shields.io/badge/koyeb-121212.svg?style=for-the-badge&logo=koyeb&logoColor=87fcc4"><img></a>
</div>

## Discord Server

Press the join button to join the server:

[![Join us on Discord](https://invidget.switchblade.xyz/J3VPy5Vy8x?theme=light)](https://discord.gg/J3VPy5Vy8x)

## Credits

- [B3ATDROP3R](https://github.com/B3ATDROP3R)
- [Caracal.js](https://github.com/caracal-js)
- [luphoria](https://github.com/luphoria)
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Hypertabs",
"description": "Unofficial Hypertabs easy deployment version with TompHTTP bare server included.",
"repository": "https://github.com/amethystnetwork-dev/Hypertabs",
"logo": "https://github.com/amethystnetwork-dev/Hypertabs/blob/main/static/icon.png?raw=true",
"keywords": ["amethystnetwork-dev"]
}
Loading

0 comments on commit 41adcd0

Please sign in to comment.