-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmars_zero_no_kakumei.html
57 lines (50 loc) · 1.59 KB
/
mars_zero_no_kakumei.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mars: Zero No Kakumei Episodes</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333;
}
.episode-list {
list-style: none;
padding: 0;
}
.episode-item {
margin-bottom: 10px;
}
.episode-link {
color: #007bff;
text-decoration: none;
font-weight: bold;
}
.episode-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Mars: Zero No Kakumei Episodes</h1>
<h2>Episodes</h2>
<ul class="episode-list">
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1NcrpQqReYMrIB-R442hd6g">Episode 1</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1dm4tf1XG4YYLB2NWe1gnIw">Episode 2</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1V0NOHUSmtS3InYqzWPIDfA">Episode 3</a></li>