-
Notifications
You must be signed in to change notification settings - Fork 0
/
aroma.html
50 lines (50 loc) · 1.4 KB
/
aroma.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
<HTML>
<HEAD>
<TITLE>aroma</TITLE>
<STYLE>
#main {
width: 640px;
height: 640px;
margin: auto;
overflow: hidden;
}
.na {
font-family: Helvetica, sans-serif;
font-size: 1.5em;
color: grey;
text-align: center;
}
.go {
font-family: Georgia, serif;
color: red;
text-align: left;
}
.mi {
font-family: Times New Roman, serif;
font-size: .8em;
color: white;
text-align: right;
}
</STYLE>
</HEAD>
<BODY BGCOLOR="BLACK" COLOR="WHITE">
<DIV ID="main">
<P CLASS="na">as they stated, the meaning remain unknown to you.</P>
<BR>
<P CLASS="go">"First scent, an horrid smeel. This is the aroma of life itself."</P>
<P CLASS="mi">yes, this aroma of life.</P>
<P CLASS="go">"Second scent. After nature, this is the smell of great death."</P>
<P CLASS="mi">yes, we are cooked meat.</P>
<P CLASS="go">"Third scent. When led to existence, this is aroma of the victim."</P>
<P CLASS="mi">of course, we will go through it.</P>
<P CLASS="go">"Fourth scent, the smell confusion."</P>
<P CLASS="mi">yes, i did not recognize knowledge of chaos.</P>
<P CLASS="go">"Fifth scent, unknown aroma."</P>
<P CLASS="mi">this is true, we don't see our fate.</P>
<P CLASS="go">"Sixth scent, unknown aroma."</P>
<P CLASS="mi">of course, i return to stranger.</P>
<P CLASS="go">"Finally; Unknown aroma"</P>
<P CLASS="mi">...it was not expected.</P>
</DIV>
</BODY>
</HTML>