Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraplus authored Feb 8, 2024
1 parent 418fbaa commit 9a3765f
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MAXTER - Customizable Terminal Setup</title>
<style>
/* Add any custom styling here */
body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 20px;
line-height: 1.6;
}
h1, h2 {
color: #333;
}
p {
color: #555;
}
img {
max-width: 100%;
height: auto;
margin: 20px 0;
border: 1px solid #ddd;
border-radius: 5px;
}
</style>
</head>
<body>

<h1>MAXTER - πŸš€ Customizable Terminal Setup</h1>

<p>MAXTER is your gateway to a personalized and powerful terminal experience on Termux! 🐚 Inspired by fish shell and tailored for zsh, MAXTER offers a swift setup for stunning terminal themes.</p>

<h2>Installation</h2>

<p>To install MAXTER on your Termux, run the following command:</p>

<pre><code>sh -c "$(curl -fsSL https://raw.githubusercontent.com/mahendraplus/MAXTER/Max/install.sh)"</code></pre>

<h2>Demo</h2>

<img src="https://raw.githubusercontent.com/mahendraplus/MAXTER/Max/Maxterm.png" alt="MAXTER Demo">

<h2>About the Author</h2>

<p>Hello, I'm Max (Mahendra Gahelot) πŸ‘‹, a passionate coder with a flair for creating exceptional terminal environments. With a background in sports and ethical hacking, I've navigated through the tech landscape, collaborating with renowned companies, including Internet service providers. MAXTER is my brainchild, a simple yet potent project designed to enhance my students' terminal experiences.</p>

<h2>GitHub Coder Appreciation πŸ™Œ</h2>

<p>Kudos to the amazing GitHub coder, [GitHub Coder](https://github.com/github-coder) 🌟! Their brilliance and contributions have significantly influenced and shaped MAXTER.</p>

<p>Dive into the vibrant MAXTER community, explore, contribute, and embark on an exciting terminal adventure! πŸš€βœ¨</p>

</body>
</html

0 comments on commit 9a3765f

Please sign in to comment.