-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (32 loc) · 888 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>A Colorful Website</title>
<meta charset="utf-8" />
</head>
<body>
<h1 style="color: #07F">A Colorful Website</h1>
<p>This is a website about color!</p>
<h2 style="color: #C00">News</h2>
<ul>
<li>BRAAAANCH ME AND MERGE ME! GOOD! now do it again one more time. shit, wait someone has updated the master branch. all good, this has been merged correctly!</li>
<li>second time. after reset to last commit of the master, i got the latest master. cool, now i can
play.
</li>
</ul>
<h2>Navigation</h2>
<ul>
<li style="color: #F90">
<a href="orange.html">The Orange Page</a>
</li>
<li style="color: #00F">
<a href="blue.html">The Blue Page</a>
</li>
</ul>
pardon.
pardoooonnn?????????
pardon.
excuse but i am master. no one deletes what i write!
sorry (test2)
</body>
</html>