Skip to content

Commit df87e93

Browse files
author
Jowong1
committed
First Commit
1 parent 8712777 commit df87e93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
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>Original Design</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>Headline</h1>
11+
<h1>Car Window</h1>
1212
</header>
1313
<section id="content">
1414
<canvas id="OriginalDesign" data-processing-sources="OriginalDesign.pde">
1515
</canvas>
1616
</section>
1717
<footer>
18-
Footer
18+
Created by: Josh W.
1919
</footer>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)