Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-piggy committed Dec 14, 2023
1 parent ae85840 commit b6353f6
Show file tree
Hide file tree
Showing 12 changed files with 156 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zh/cn/wtrrb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<style>
@import url("../css/index.css");
</style>
<title>Where the Radioactive Rays Bloom | 在放射线绽放的地方</title>
<title>在放射线绽放的地方</title>
</head>
<body>
<div class="NonDefaultFont">
Expand Down
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第一章</title>
</head>
<body>
<h1 class="TextCenter">第一章</h1>
</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/10.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第十章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第二章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第三章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第四章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第五章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/6.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第六章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/7.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第七章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/8.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第八章</title>
</head>
<body>

</body>
</html>
13 changes: 13 additions & 0 deletions zh/cn/wtrrb/novel/9.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 第九章</title>
</head>
<body>

</body>
</html>
25 changes: 25 additions & 0 deletions zh/cn/wtrrb/novel/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<style>
@import url("../../../../css/index.css");
</style>
<title>在放射线绽放的地方 | 目录</title>
</head>
<body>
<p>
<a href="1.html">第一章</a><br>
<a href="2.html">第二章</a><br>
<a href="3.html">第三章</a><br>
<a href="4.html">第四章</a><br>
<a href="5.html">第五章</a><br>
<a href="6.html">第六章</a><br>
<a href="7.html">第七章</a><br>
<a href="8.html">第八章</a><br>
<a href="9.html">第九章</a><br>
<a href="10.html">第十章</a><br>
</p>
<footer class="footer"><a href="/LICENSE" target="_blank" rel="noopener noreferrer">Copyright (c) 2020-2023 Funny Developers Organization, MPL License</a></footer>
</body>
</html>

0 comments on commit b6353f6

Please sign in to comment.