-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharacter.html
More file actions
167 lines (145 loc) · 4.47 KB
/
character.html
File metadata and controls
167 lines (145 loc) · 4.47 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Dylan - Alien Axolotl Detective</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(145deg, #0d001a, #1a002f);
color: #ffffff;
line-height: 1.6;
padding: 40px 20px 0 20px;
display: flex;
justify-content: center;
align-items: flex-start; /* aligns container at top */
min-height: 100vh;
}
.container {
background-color: #1b102a;
padding: 30px 40px;
border-radius: 10px;
max-width: 1200px;
width: 100%;
margin-bottom: 25px;
}
h1 {
text-align: center;
font-size: 40px; /* bigger */
margin-bottom: 15px;
color: #ffffff;
}
.tagline {
text-align: center;
font-size: 18px; /* bigger */
color: #ffffff;
margin-bottom: 40px;
}
.info p {
margin-bottom: 20px;
font-size: 18px; /* bigger */
}
.info strong {
color: #ffffff;
}
.backstory {
margin-top: 30px;
border-top: 1px solid #444;
padding-top: 20px;
}
.backstory h2 {
font-size: 26px; /* bigger */
color: #ffffff;
margin-bottom: 15px;
}
.backstory h2 {
font-size: 26px; /* bigger */
color: #ffffff;
margin-bottom: 15px;
}
.backstory p {
color: #ffffff;
font-size: 18px; /* bigger */
}
</style>
</head>
<body>
<div class="container">
<h1>SMP Lore Log</h1>
<div class="info">
<p><strong>Names :</strong> Dylan</p>
<p><strong>Pronouns:</strong> He / Them</p>
<p><strong>Language:</strong> English</p>
<p><strong>Origin:</strong> Alien Detective</p>
</div>
<div class="backstory">
<br>
<h2></h2>
<p>
<p><strong>Likes:</strong> Lore </p>
<br>
<div class="backstory">
<br>
<h2>All Dylan character</h2>
<p>
Dylan_R_YT is out of lore
<br>
<br>
Lore: Dylan is Normal and doesn't do lore too much. Speaking Language English
<br>
<br>
64796c616e (hex string) is dylan is a ultra corrupt has the power to taken down the island at any moment
<br>
<br>
ashes is when all orginal character are dead
</p>
</div>
</p>
<div class="backstory">
<h2>Backstory</h2>
<p>Dylan grew up in a crumbling city where sirens was the lullaby of the city and trust was a rare token.
<br>
<br>
Dylan grew up in a crumbling city where sirens was the lullaby of the city and trust was a rare token.
<br>
<br>
From a young age, dylan saw the system fail on those who was around him and friends go missing from a systeem that was corruption and left crimes unsolved. He didn`t grow up dreaming of becoming a bookkeeper he wanted to become a detective, he want to to solved crimes because anyone else would try to solve and get taking by corruption.
<br>
<br>
With an eye for every bit of detail and the uncanny ability to read people, he quickly rose through the ranks of corrupted system, he throught never be able to played by the book. Preferred to do back alley whispers, and falsify any official reports believed that truth often hidden where other refused to even look.<br>
<br>
<br>
Haunted by one unsolved case from his early years, a close friend of his who vanished one day without a trace. dylan would never stops chasing answers, even when it costs him sleep and his sanity, will keep looking until he is done.
<br>
<br>
Despite the hardened exterior, Dylan carries empathy like a second weapon used carefully but always ready. He trusts few, loves quietly, and rarely lets down his guard, but those who earn his loyalty find in him a fierce protector who'd burn the world to keep them safe.
<br>
<br>
Dylan doesn`t just solve mysteries. He becomes them.</p>
<br>
<div class="backstory">
<h2> Rejects SMP Server </h2>
</div>
<div class="backstory">
<h2>Lore - A mystery person 12/08/2025</h2>
<p>
A mystery washed ashore — we didn`t know their name, only that they were here to observe. The islanders call it The Observer, others call it the "...." the 4 dot person
</p>
</div>
<div class="backstory">
<br>
<h2> Dylan Put to Sleep For a Long time 20/03/2026</h2>
<p>
One Day, Dylan When to sleep and woke in a black void. dylan hook up to machine that pump a mysteries liquid in to them
</p>
</div>
</div>
</div>
</body>
</html>