-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
70 lines (65 loc) · 3.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="A fan-translation of the book "Mysteries Of Immortal Puppet Master."">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://i.imgur.com/5QU6ZWZ.png" />
<title>Mysteries Of Immortal Puppet Master TL</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to the external CSS file -->
<link rel="icon" type="image/webp" href="ppt1.webp">
<script src="script.js" defer></script> <!-- Link to the external JavaScript file -->
<!-- Google Analytics tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XEFBZ7YNS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2XEFBZ7YNS');
</script>
</head>
<body>
<div class="container">
<!-- Book Cover and Info -->
<div class="book-info-container">
<div class="book-cover">
<img src="cover50.webp" alt="Book Cover">
</div>
<div class="book-info">
<h1>Mysteries Of Immortal Puppet Master</h1>
<p>Author: <a href="https://my.qidian.com/author/1338744/" style="color: inherit; text-decoration: none;">Gu Zhen Ren, 蛊真人</a></p>
<p> <a href="https://www.webnovel.com/book/mysteries-of-immortal-puppet-master_30435694005894905" style="color: inherit; text-decoration: none;">Links: Official Release</a></p>
</div>
</div>
<!-- Synopsis Section -->
<div class="synopsis-section collapsed">
<h2>Synopsis</h2>
<p class="preview-synopsis">
In the heart of the volcano, the remnants left behind by the sages yearned for their successors.<br>
Risking her life, his mother obtained the Immortal Palace Seal, handing it to Ning Zhuo before her passing.<br>
With this seal grasped firmly, he could inscribe a heart seal and command the creation of puppets.<br>
</p>
<p class="full-synopsis">
While ordinary individuals struggled under the weight of just controlling a few, Ning Zhuo effortlessly commanded tens of thousands with a single gesture.<br><br>
"Mother, I will fulfill your wishes and obtain the Immortal Palace!" he vowed.<br><br>
Immortal Puppets; capable of spiritual secrets; their work skillful and rational.<br>
A new realm is opened up, and things are in sync with the heavens.<br>
The ancient bell echoes the laws. The moon dances under the clear light.<br>
Embodied with myriad strengths, who in this world dares oppose?<br>
</p>
<button class="view-synopsis">v</button>
<!-- Updated Button: First Chapter -->
<button class="read-chapter" onclick="window.location.href='read/101/'">First Chapter</button>
<!-- New Button: Latest Chapter -->
<button class="read-chapter" onclick="scrollToBottom()">Latest Chapter</button>
</div>
<!-- Chapter List -->
<div class="chapter-list">
<h2>Chapters</h2>
<div id="chapterContainer">
<!-- JavaScript will populate this list -->
</div>
</div>
</div>
</body>
</html>