Skip to content

Commit

Permalink
week 3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
met18001 committed Feb 3, 2020
1 parent effb5be commit 20619b7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
</head>
<body>
<h1>I Love JS!!!!!</h1>
<a href="javascript:alert('you clicked');">Click me</a>
<script>alert('Page loaded');</script>
<script src="js/runme.js"></script>

</body>
</html>
Empty file added js/hi.js
Empty file.
1 change: 1 addition & 0 deletions js/runme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("this is running on console");
12 changes: 12 additions & 0 deletions week-3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Week 3 in Scripting for the Web</title>
</head>
<body>

</body>
</html>

0 comments on commit 20619b7

Please sign in to comment.