Skip to content

Commit 29ebbd8

Browse files
committed
Update for workshop
1 parent 68d3c53 commit 29ebbd8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

intro-comparisons.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,6 @@
2121

2222
## Exercises
2323

24-
Create a new folder called **intro-comparisons** in **week-01/4-thursday**
25-
Copy the **index.html** and **script.js** from the template folder into the **intro-comparisons** folder
26-
27-
The **index.html** should be as follows. If it doesn't match then paste the code from below.
28-
29-
```html
30-
<!DOCTYPE html>
31-
<html lang="en">
32-
33-
<head>
34-
<meta charset="utf-8">
35-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
36-
<meta name="theme-color" content="#000000">
37-
<script type="text/javascript" src="script.js"></script>
38-
</head>
39-
40-
<body>
41-
<h1>Open your console to view your code! </h1>
42-
</body>
43-
44-
</html>
45-
```
46-
4724
Inside of **script.js** complete the following exercises:
4825

4926
### Basic Requirements

0 commit comments

Comments
 (0)