-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
418fbaa
commit 9a3765f
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |