-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (22 loc) · 901 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Adding an index.html to my repo!</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0fKg7e37bQE" frameborder="0" allowfullscreen></iframe>
<br/>
<a href="http://readwrite.com/2013/10/02/github-for-beginners-part-2">readwrite: gibhub for beginners</a>
<br/>
<a href="https://help.github.com/articles/what-are-other-good-resources-for-learning-git-and-github">What are other good resources for learning Git and GitHub?</a>
<br/>
<a href="http://gitimmersion.com/">GIT+IMMERSION</a>
<br/>
<a href="https://rogerdudler.github.io/git-guide/">git - the simple guide</a>
<br/>
<a href="https://help.github.com/categories/54/articles">github bootcamp</a>
<br/>
<a href="http://googlecloudplatform.blogspot.tw/2014/04/using-github-for-push-to-deploy.html"> Using GitHub for Push-to-Deploy </a>
<br/>
</body>
</html>