-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (34 loc) · 1.38 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
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div katana="/_data/_header"></div>
<div class="container my-3">
<h2>About</h2>
<p>
Welcome to Tiny Anime, a dedicated platform for exploring authentic Japanese animation
that showcases the rich tapestry of Japanese culture. Our focus is on beloved anime from
the 60s, 70s, 80s, and 90s, featuring titles that remain true to their origins and
celebrate the artistry and storytelling that defined those decades.
</p>
<p>
Unlike many newly popular series that often contain Western influences and inappropriate
content, our collection prioritizes the charm and depth of traditional anime. We take pride
in offering a curated selection that reflects the cultural nuances of Japan, providing
viewers with wholesome content free from excessive nudity and commercialization.
</p>
<p>
At Tiny Anime, we believe that anime is for everyone, regardless of age or background.
Join us as we journey through a treasure trove of iconic series that embody the essence
of Japanese animation and invite you to experience the stories that have captivated
audiences for generations.
</p>
</div>
<div katana="/_data/_footer"></div>
<script src="/assets/import.js"></script>
</body>
</html>