22 lines
1,014 B
HTML
22 lines
1,014 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>NOT Empty webpage of a CHUNBOAN user</title>
|
|
<link rel="stylesheet" href="uglystyle.css">
|
|
</head>
|
|
<body>
|
|
<h1>THE WAIFU ZONE</h1>
|
|
<p>This webzone is NOT empty.</p>
|
|
<img src="./dance.gif">
|
|
<p>I added something!</p>
|
|
<p>Post number 1:<br>
|
|
Don't you ever think about how fast we tend to make things go through?
|
|
As in, I even find myself getting to the point of: "oh yeah, of course, I'm going to write this post in 5 seconds while I'm doing something else."
|
|
There's supposedly no time to do anything, yet, we seemingly spend all the time in the world doing nothing.</p>
|
|
|
|
<p>Post 2: After last post I was kind of uneasy, I felt like i wanted to write more. As I write in the terminal i can feel more connection with what I write. It's clunky,yet it feels calm and more real than ever. Perhaps this is what I needed </p>
|
|
<p><a href="/">Go back to the ZONE.</a></p>
|
|
</body>
|
|
</html>
|