Skip to content

Commit

Permalink
docs: 01.md move script in body (epicweb-dev#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura <>
  • Loading branch information
lauraoneasca authored Oct 21, 2020
1 parent 00cb7ee commit fcb9fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/exercise/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ with it to add a layer of interactivity to your web-page.
<html>
<body>
<div>Hello World</div>
<script type="module">
// your JavaScript here
</script>
</body>
<script type="module">
// your JavaScript here
</script>
</html>
```

Expand Down

0 comments on commit fcb9fb3

Please sign in to comment.