-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsweet_trap.html
78 lines (58 loc) · 2.4 KB
/
sweet_trap.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sweet Trap 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>Sweet Trap Episodes</h1>
<h2>Episodes</h2>
<ul class="episode-list">
<ul class="episode-list">
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1SkO_2yjQ1X2kpdLg1_0Kgg">Episode 1</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1O0CaLpnGd8OTIpCNmGsyAg">Episode 2</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1yYMQ3rwsXS88MMd1VhR4xA">Episode 3</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1trGHggpo4t3YFC8j5exo7A">Episode 4</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1Kag48d9JfhL9sOl6QjwIbA">Episode 5</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/11imqY3FoB6rilohiGmKW8A">Episode 6</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1w-FPcSihEaH-uRBgPWrFIA">Episode 7</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1rKldDWPhz-GSpFIF8U--Fw">Episode 8</a></li>
<li class="episode-item"><a class="episode-link" href="https://teraboxapp.com/s/1qiPojw3qd97wfxPyIOTk7g">Episode 9</a></li>
</ul>