We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8712777 commit df87e93Copy full SHA for df87e93
1 file changed
index.html
@@ -1,21 +1,21 @@
1
<!DOCTYPE html>
2
<head>
3
<meta charset="utf-8">
4
- <title>Title</title>
+ <title>Original Design</title>
5
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6
<link rel="stylesheet" href="styles.css">
7
<script src="processing.js"></script>
8
</head>
9
<body>
10
<header>
11
- <h1>Headline</h1>
+ <h1>Car Window</h1>
12
</header>
13
<section id="content">
14
<canvas id="OriginalDesign" data-processing-sources="OriginalDesign.pde">
15
</canvas>
16
</section>
17
<footer>
18
- Footer
+ Created by: Josh W.
19
</footer>
20
</body>
21
</html>
0 commit comments