-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (62 loc) · 3.28 KB
/
index.html
File metadata and controls
65 lines (62 loc) · 3.28 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>☕ AniSaturn | IOS Anime App</title>
<!-- Metadata -->
<meta name="keywords" content="AniSaturn, anime, animeclient, ios" />
<meta name="description" content="IOS Anime App | Unofficial port of Anixart" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="AniSaturn">
<meta name="twitter:description" content="IOS Anime App | Unofficial port of Anixart">
<!-- Links -->
<link rel="stylesheet" href="styles/MainStyles.css" type="text/css">
<link rel="stylesheet" href="styles/ScreenshotStyles.css" type="text/css">
<link rel="stylesheet" href="styles/root.css" type="text/css">
<link rel="stylesheet" href="styles/ButtonStyles.css" type="text/css">
<!-- Bruh replaced with tea
<link rel="icon" type="image/x-icon" href="assets/app_icon.ico">
-->
</head>
<body>
<header style="padding-bottom: 20vh;"></header>
<section class="description-block">
<h1> About AniSaturn </h1>
<p>
AniSaturn - неофициальный клиент Anixart для iOS. Совместим с iOS 14+
<br> Является форком AniAnglia, созданным Nionim.
<br> AniAnglia is unofficial Anixart client for iOS. Compatible with iOS 14+.
<br> Its just a fork of AniAnglia, developed by Nionim.
</p>
</section>
<section class="download-block">
<h1> Download </h1>
<a id="download-a" target="_blank" href="https://github.com/AniSaturn/AniSaturn/releases/latest">/Download</a>
<a id="download-a" target="_blank" href="https://github.com/AnAgTeam/AniAnglia/releases">/Download (AniAnglia)</a>
<br>
<a id="sources-a" target="_blank" href="https://github.com/AniSaturn/AniSaturn">/Sources</a>
<a id="sources-a" target="_blank" href="https://github.com/AnAgTeam/AniAnglia">/Sources (AniAnglia)</a>
</section>
<!-- Not finished yet...
<section class="screenshots-block">
<h1> Screenshots </h1>
<div class="gallery">
<a class="gallery-img" href="assets/screens/home_page.jpg">
<img src="assets/screens/home_page.jpg" alt="home_page"/></a>
<a class="gallery-img" href="assets/screens/home_page.jpg">
<img src="assets/screens/preview_page.jpg" alt="preview_page"/></a>
<a class="gallery-img" href="assets/screens/home_page.jpg">
<img src="assets/screens/bookmarks_page.jpg" alt="bookmarks_page"/></a>
<a class="gallery-img" href="assets/screens/home_page.jpg">
<img src="assets/screens/profile_page.jpg" alt="profile_page"/></a>
<a class="gallery-img" href="assets/screens/home_page.jpg">
<img src="assets/screens/setting_page.jpg" alt="setting_page"/></a>
</div>
</section>
-->
<footer></footer>
</body>
</html>