-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from wenbin5243/master
title
- Loading branch information
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|