This repository was archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLife.html
More file actions
55 lines (55 loc) · 2.01 KB
/
Life.html
File metadata and controls
55 lines (55 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<title>Why Am I Doing This</title>
<style>
.Nav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #3c8290;
}
.Nav li {
float: left;
}
.Nav a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: "Arial"
}
.Nav a:hover {
background-color: #111
}
.NavMain {
background-color: #0095b3
}
</style>
</head>
<body>
<div>
<h1 style=font-family:"Arial">That One Website Ray Made</h1>
<ul class="Nav">
<li><a href="index.html">Home</a></li>
<li><a class="NavMain" href="Life.html">Life</a></li>
<li><a href="TimeWaster.html">Time Waster</a></li>
<li><a href="Chat.html"></a>Chat</li>
</ul>
<div>
<h1>The Meaning of Life</h1>
<img src="https://get.pxhere.com/photo/star-milky-way-atmosphere-space-infinity-galaxy-nebula-outer-space-astronomy-stars-orbit-astronomical-object-915272.jpg" alt="Lol Rip Image Didn't Load" width=500 height=500>
<p>
Today we all ask ourselves, "Why are we doing this". What truly inspires us to do things?
What truly even counts as "Doing Something". The act of doing is a inflicting a visible change in reality.
Such things include movement, as the matter of your body moves according. So does that mean the simple action
of tapping your foot is doing something? Yet, we say things like sitting around and lying down are "Doing Nothing".
Yet, when we lie down and or sit down idly, we are still indeed doing something. We are breathing, we are looking,
blinking. Our brains shoot information all across our neurons and our blood cells work away to provide energy to
us. So are we really doing nothing? No. Every single bit of our lives is spent doing something. There truly is never
"A waste of time". No matter what you may do or think, our bodies are doing something important. That is why we are
doing things. They are important.I really recommend checking out this <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">video</a>.
It's a great inspiration to us all.
</p>