Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 578ef52

Browse files
committed
add github link
1 parent a212f3f commit 578ef52

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<title>七牛云存储 | HTML5 大文件上传</title>
7-
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
7+
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
88
<style type="text/css">
99
thead {
1010
background-color: #efefef;
@@ -27,7 +27,6 @@
2727
.progress {
2828
/*width:300px;*/
2929
margin-bottom: 0px;
30-
3130
}
3231
.toolBar {
3332
width:500px;
@@ -102,6 +101,9 @@
102101
.td_pro{
103102
width: 400px;
104103
}
104+
footer{
105+
text-align:center;
106+
}
105107
</style>
106108
</head>
107109

@@ -137,16 +139,17 @@ <h3>七牛云存储</h3>
137139
</div>
138140
</section>
139141
<footer>
142+
<a href="https://github.com/icattlecoder/7niu" target="blank" style="width:230px" class="btn btn-default btn-lg">View Source On GitHub</a>
140143
</footer>
141-
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
144+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
142145

143146
<!-- * -->
144147

145148
<script type="text/javascript" src="static/js/bootbox.js"></script>
146149
<!-- * -->
147150
<script type="text/javascript" src="qiniu.uploader.js?id=12"></script>
148151
<script type="text/javascript" src="static/js/bootstrap-fileupload.min.js"></script>
149-
<script src="//cdnjs.bootcss.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
152+
<script src="http://cdnjs.bootcss.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
150153

151154

152155

0 commit comments

Comments
 (0)