Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create index2.html
  • Loading branch information
deboraelisa authored Jan 1, 2017
commit aa56cd3f54770b271415ac7ad1e0ec0d874999ec
11 changes: 11 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My First JavaScript</title>
</head>
<body>
<script src="code.js">
</script>
</body>
</html>