Skip to content

Commit c5bf43e

Browse files
author
dreamofei
committed
添加logo
1 parent a44618c commit c5bf43e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Sources/realImgs/logo/LOGO.jpg

84.5 KB
Loading

Sources/realImgs/logo/iconLogo.ico

2.6 KB
Binary file not shown.

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5-
<title>---index---</title>
5+
<link href="/Sources/realImgs/logo/iconLogo.ico" rel="shortcut icon">
6+
<title>应心YingHeart</title>
67

78
<script src="Libs/Js/angular/angular.js"></script>
89
<script src="Libs/Js/angular/angular-route.js"></script>
@@ -27,7 +28,7 @@
2728

2829
<div class="row" style="height:100px;">
2930
<div class="col-md-5 col-md-offset-1">
30-
<img src="/Sources/imgs/R1.png" style="height:100px;" />
31+
<img src="/Sources/realImgs/logo/LOGO.jpg" style="height:100px;" />
3132
</div>
3233
<div class="col-md-5" style="height:100%;">
3334
<div style="position: relative; top: 40%; color: #727171; " class="pull-right">

0 commit comments

Comments
 (0)