Skip to content

Commit ee859c5

Browse files
committed
Added first name to index.html
1 parent 97de7ed commit ee859c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!DOCTYPE html>
22
<head>
33
<meta charset="utf-8">
4-
<title>Title</title>
4+
<title>Dean's First Webpage</title>
55
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
66
<link rel="stylesheet" href="styles.css">
77
<script src="processing.js"></script>
88
</head>
99
<body>
1010
<header>
11-
<h1>Header</h1>
11+
<h1>Dean's Head</h1>
1212
</header>
1313
<section id="content">
1414
<canvas id="SampleAssignment" data-processing-sources="SampleAssignment.pde">
1515
</canvas>
1616
</section>
1717
<footer>
18-
Footer
18+
Dean's Foot
1919
</footer>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)