-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrickfucius:rubei.html
62 lines (62 loc) · 1.54 KB
/
brickfucius:rubei.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Brickfucius | Rubei</title>
<link rel="stylesheet" href="brickfucius.css">
<script src="jquery-3.3.1.min.js"></script>
</head>
<body>
<div id="siteBox">
<div id="siteBox2">
<header>
<div id="cubeBox">
<a href="brickfucius_home.html">
<img src="images/cube.svg" id="cube" alt="logo">
</a>
</div>
<div id="bigTitle">
<a href="https://www.ecosia.org/search?q=chinese&addon=safari">
積木古籍
</a>
</div>
<div id="bigTitle">
<a href="brickfucius_home.html">
BRICKFUCIUS
</a>
</div>
<div id="languageBox">
<a href="https://www.ecosia.org/search?q=chinese&addon=safari">中文</a>
<br>
<a href="brickfucius_rubei.html">English</a>
</div>
</header>
<article>
<div id="storyTitle">
Rubei visits Confucius
</div>
<div id="viewerBox">
<div id="previousBox">
<a href="https://www.ecosia.org/search?q=left&addon=safari">
<img src="images/previous.svg" class="arrow" alt="previous">
</a>
</div>
<img src="images/rubei3.png" id="viewerImage" alt="Rubein visits Confucius">
<div id="nextBox">
<a href="https://www.ecosia.org/search?q=right&addon=safari">
<img src="images/next.svg" class="arrow" alt="next">
</a>
</div>
</div>
</article>
<article>
<div id="storyText">
Rubei wished to visit Confucius.
<br>
孺悲欲見孔子。
</div>
</article>
</div>
</div>
</body>
</html>