Skip to content

Commit

Permalink
Merge pull request #2 from wenbin5243/master
Browse files Browse the repository at this point in the history
title
  • Loading branch information
loseyear committed May 16, 2013
2 parents 87bb4e0 + b69507a commit 5320afc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 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>
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
1、项目地址
#1、项目地址

https://github.com/wenbin5243/css3

每期的代码都会在这里发布,大家只要fork一个,然后clone到本地,在对应的期数里面添加你们名字的文件夹,然后pull request给我就可以了。

2、每期的博文
#2、每期的博文

https://github.com/wenbin5243/css3/issues

每期的博文都会发在issue,方便新进群的查看往期的内容

3、提交的修改
#3、提交的修改

https://github.com/wenbin5243/css3/commits/master

每次的提交都可以在这边找到,可以方便的看别人做了什么,修改了什么。

4、群号:301882572
#4、群号:301882572

0 comments on commit 5320afc

Please sign in to comment.