Skip to content

Commit 1c958e1

Browse files
authored
Update index.html
1 parent 13aa7b5 commit 1c958e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ <h1 style="margin:0px;">Hello!</h1>
3535
</div>
3636
</div>
3737
<div id="footer" align="center" style="width:80%;height:8%;background-color:#efaf66;position:absolute;margin-left:10%;bottom:1%;">
38-
<a href="https://github.com/tcpsoftware" title="My GitHub" target="_blank" style="width:25px;height:25px;background-image: url(./cdn/img/github.png);" align="center"></a>
38+
<a href="https://github.com/tcpsoftware" title="My GitHub" target="_blank" style="width:25px;height:25px;" align="center"><img src="./cdn/img/github.png"/></a>
3939
<span id="copyright">Copyright © 2016 - 2017 TCPSoft.me </span><br />
4040
<span style="bottom:0px;" class="uptime"></span>
4141
<script>
42-
function startUptimeUpdate()//code powerd by Elepover & Kruin Tian
42+
function startUptimeUpdate()//code powered by Elepover & Kruin Tian
4343
{
4444
var start_time = '2017-10-04 00:00:00';
4545
var times = new Date().getTime() - new Date(start_time).getTime();

0 commit comments

Comments
 (0)