-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 94e39e6
Showing
6 changed files
with
333 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,40 @@ | ||
<!Doctype HTML> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="keywords" name="git tutorial"> | ||
<meta content="description" name="git tutorial"> | ||
<link href="css/bootstrap.min.css" rel="stylesheet" > | ||
<link href="css/bootstrap-responsive.css" rel="stylesheet"> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/carousel.js"></script> | ||
<title>Basic Git Tutorial</title> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-fixed-top"> | ||
<div class="navbar-inner"> | ||
<a href="#" class="brand" style="margin-left:50px;margin-right:500px">Git 教學研究站</a> | ||
<ul class="nav"> | ||
<li class="active"><a href="#">教學文件</a></li> | ||
<li><a href="#">自我練習</a></li> | ||
<li><a href="#">簡報</a></li> | ||
<li><a href="#">部落格</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
</header> | ||
<ul class="span3 nav nav-pills nav-stacked navbar-fixed-left" style="margin-top:50px;margin-left:30px"> | ||
<li class="active"><a href="#">版本控制</a></li> | ||
<li><a href="#">Git 基本名詞</a></li> | ||
<li><a href="#">Git 基本結構</a></li> | ||
<li><a href="https://github.com">GitHub</a></li> | ||
</ul> | ||
<footer> | ||
|
||
|
||
</footer> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.