Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added JS
  • Loading branch information
Alex Mueller committed Jan 27, 2020
1 parent 165db79 commit a597a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion week-1/index.html
Expand Up @@ -7,6 +7,7 @@
<title>DMD 3475</title>
</head>
<body>
<h1>I love JS</h1>
<h1 onclick="alert('You clicked the header')">I love JS</h1>
<button onclick="alert('You clicked a button');">Click Me</button>
</body>
</html>

0 comments on commit a597a02

Please sign in to comment.