Skip to content

Commit

Permalink
Merge pull request #15 from betty1rby/master
Browse files Browse the repository at this point in the history
Create 'rby' folder
  • Loading branch information
wenbin5243 committed May 14, 2013
2 parents a53b355 + 9eb785a commit b5095f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 1/rby/HelloWorld.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<script>
window.onload = function() {
document.write('Hello World!');
};

</script>
</body>
</html>

0 comments on commit b5095f5

Please sign in to comment.