-
Notifications
You must be signed in to change notification settings - Fork 0
/
novel.html
46 lines (43 loc) · 1.86 KB
/
novel.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="description" content="boring.life">
<meta name="keywords" content="tarcrud,neverend">
<meta name="author" content="tarcrud">
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta charset="UTF-8">
<title>NEVER.END</title>
</head>
<body>
<div class="top">
<a href="index.html" class="title">Home</a>
<a href="game.html" class="title">Game</a>
<a href="novel.html" class="title">Novel</a>
<a href="music.html" class="title">Music</a>
<a href="video.html" class="title">Video</a>
<a href="about.html" class="title">About</a>
</div>
<div class="content">
<div class="novelbox">
<p class="novel">Before you read</p>
<p class="description">Before you start to read you should learn that NEVEREND are all written by Chinese
(CH-zh), in case you don't know this language.</p>
</div>
<div class="novelbox">
<a href="novel/daydream.html" class="novel">DAYDREAM( part 1 of NEVEREND)</a>
<p class="description">Mainly written when I was in high school,it is just full of childhood imagination,a
fresh beginning of the whole story.</p>
</div>
<div class="novelbox">
<a href="novel/twilight.html" class="novel">TWILIGHT( part 2 of NEVEREND)</a>
<p class="description">Slowly done when I was in college,with muffled anxiety and blindness for future,some
parts and issues are not well completed。</p>
</div>
<div class="novelbox">
<a href="novel/forever.html" class="novel">FOREVER( part 3 of NEVEREND)</a>
<p class="description">Basically written in the end of college time,just some desperated episodes, I was
entering into social life and those vivid characters somehow became far to me 。</p>
</div>
</body>
</html>