-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
34 lines (31 loc) · 1.26 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>USC/PiB Github Workshop</title>
<style>
p{
color:white;
padding:10px;
background-color:black;
}
</style>
</head>
<body style="background-color:linen;">
<h1 style="color:blue;">USC-PiB Github Workshop FA20</h1>
<h4>Sign in below!</h4>
<!-- Name and message templates -->
<p style="background-color:darkgreen;color:white">Christie L says: hello world!</p>
<p>Sophia L says: i love octocat</p>
<p style="background-color:darkblue;color:white">Chau V says: yoink</p>
<p>Daniel L says: coming for part 2!</p>
<p>Anthony C says: coming for part 2!</p>
<p>Daniel Z says: coming for part 2!</p>
<!-- Add your name and a fun message below following the templates, pick your own background and text colors -->
<p> Daniel G says: hello world!</p>
<p style="background-color:darkred;color:white">Noah D says: Hello? Is this thing on?!?!</p>
<p style="background-color:rgb(76, 145, 76);color:white">Brian says: hello world!</p>
<p style="background-color:darkblue;color:white">Fred Y says: Hello!</p>
<p style="background-color:#8dEbd4;">Faith L says: Hi!</p>
<p style="background-color:pink;color:white">Sharon J says: my favorite marvin gaye song is "let's git it on</p>
</body>
</html>