-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.html
36 lines (32 loc) · 1.71 KB
/
colors.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The web site of bluef00t</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<nav>
<script type="text/javascript" src="sidebar.js"></script>
</nav>
<h2> CHARACTER COLOR THEORY </h2>
<br>
<div>
<table>
<tr><td bgcolor="red"><p></td> <td bgcolor="orange"><p></td> <td bgcolor="yellow"><p></td> <td bgcolor="green"><p></td> <td bgcolor="blue"><p></td> <td bgcolor="purple"><p></td> <td bgcolor="grey"><p></td> <td bgcolor="white"><p></td> </tr>
<tr> <td>Ryan</td> <td></td> <td>Neil</td> <td></td> <td>Kevin</td> <td></td> <td></td> <td></td> <td></td>
<tr> <td>Joe</td> <td>Bora</td> <td>Rob</td> <td>Andrew</td> <td>Zubin</td> <td></td> <td>Ross</td> <td></td> <td>Casey</td>
<tr> <td>Operations</td> <td></td> <td>Command</td> <td>Command (Formal)</td> <td>Science & Medical</td> <td></td> <td></td> <td></td> <td></td>
<tr> <td>Murray</td> <td></td> <td>Greg</td> <td></td> <td>Anthony</td> <td>Jeff</td> <td></td> <td></td> <td></td>
<tr> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td>
</table>
</div>
<footer>
Site born Friday the 13th, July 2018. --<a href="https://bluef00t.neocities.org/">GO HOME</a>-- Site either dies a hero or lives long enough to see itself become the villain.
</footer>
</body>
</html>