foot.component
This commit is contained in:
parent
ce6343a596
commit
95e272390d
10
src/app/foot/foot.component.html
Normal file
10
src/app/foot/foot.component.html
Normal file
@ -0,0 +1,10 @@
|
||||
<div>
|
||||
<footer class="mt-4 bg-gradient-to-r from-sky-500 to to-indigo-500 text-center p-4 text-white">
|
||||
<p>云南大学软件学院 版权所有</p>
|
||||
<p>地址:昆明市呈贡区大学城东外环南路云南大学呈贡校区软件学院楼</p>
|
||||
<p>邮编:650504</p>
|
||||
<p>Copyright@ 2002-2018 School of Software</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<router-outlet></router-outlet>
|
0
src/app/foot/foot.component.scss
Normal file
0
src/app/foot/foot.component.scss
Normal file
0
src/app/foot/foot.component.ts
Normal file
0
src/app/foot/foot.component.ts
Normal file
Loading…
Reference in New Issue
Block a user