-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathabout.html
22 lines (17 loc) · 1.16 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<section class="about-page">
<h1>About AniTeams</h1>
<p>AniTeams is your go-to destination for high-quality anime streaming, powered by the AniWatch API. With a vast collection of anime AniTeams offers fans a seamless and immersive experience.</p>
<h2>Our Mission</h2>
<p>We aim to bring anime closer to fans worldwide, making it easy to find and enjoy your favorite shows in one place. AniTeams is dedicated to providing a platform that is fast, reliable, and user-friendly.</p>
<h2>Credits</h2>
<p>AniTeams is proudly built and maintained with contributions from talented developers. We would like to extend our gratitude to those who have made this project possible.</p>
<!-- Contributors with GitHub links -->
<div class="credits">
<ul>
<li><a href="https://github.com/YourGithubProfile" target="_blank">YourGithubProfile</a> - Project Maintainer</li>
<li><a href="https://github.com/Contributor1" target="_blank">Contributor1</a> - Frontend Development</li>
<li><a href="https://github.com/Contributor2" target="_blank">Contributor2</a> - API Integration</li>
<!-- Add additional contributors as needed -->
</ul>
</div>
</section>