forked from zathura100/helloworld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (18 loc) · 854 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<head>
</head>
<body>
<h1 style="color:rgb(99,0,0);"> Darth Vader "Hello World, from Mike"</h1>
<p style="font-size:21px;color:rgb(99,0,0);">"Who else has been here?"</p>
<p style="font-size:26px;color:rgb(0,0,99);">"Here, Jeti Thomas was. Yes, hmmm. a change"<span style="font-size:24px;color:rgb(0,99,0);">said yoda</span></p>
<h3 style="font-size:18px;color:rgb(50,0,0);">"Here, Jeti kuldeep was."</h3>
<h2 style="color:blue">Elizabeth was here!!!</h2>
<h2 style="color:blue">Hello!!!</h2>
<h2>Hello! Mikecoder1bc was here!</h2>
<h2>Hello! Irina was here!</h2>
<h2 style="color:FFA808;background-color:#000"><b><i>Andrew was here!</i></b></h2>
<h2>Hello! Gemma was here!</h2>
<h2 style="background-color:yellow; color: black"><strong>Hello! Mily was here as well!</strong></h2>
</body>
</html>