Skip to content

Commit 4fbdf4a

Browse files
authored
Update index.html
1 parent b3167c1 commit 4fbdf4a

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

index.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Greg's Programming Portfolio</title>
6-
</head>
7-
<body>
8-
9-
Welcome to <em>Greg's</em> Programming Portfolio
10-
</body>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Greg's Programming Portfolio</title>
6+
</head>
7+
<body>
8+
<img src="csc106_banner.jpg">
9+
<table width="800px">
10+
<tr>
11+
<td align="center"><a href="index.html"><img src="home.png"></a></td>
12+
<td align="center"><a href="javascript.html"><img src="js.png"></td>
13+
<td align="center"><a href="about.html"><img src="about.png"></td>
14+
</tr>
15+
</table>
16+
<h1>Welcome to Greg's Programming Portfolio</h1>
17+
This is my programming portfolio for CSC106 at the <a href="http://www.uri.edu">University of Rhode Island.</a>
18+
</body>
1119
</html>

0 commit comments

Comments
 (0)