[web-app] ng-alain模版工程初始化
This commit is contained in:
19
web-app/src/app/layout/passport/passport.component.html
Normal file
19
web-app/src/app/layout/passport/passport.component.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="container">
|
||||
<header-i18n showLangText="false" class="langs"></header-i18n>
|
||||
<div class="wrap">
|
||||
<div class="top">
|
||||
<div class="head">
|
||||
<img class="logo" src="./assets/logo-color.svg">
|
||||
<span class="title">HertzBeat</span>
|
||||
</div>
|
||||
<div class="desc">面向开发者,易用友好的高性能监控云服务</div>
|
||||
</div>
|
||||
<router-outlet></router-outlet>
|
||||
<global-footer [links]="links">
|
||||
Copyright
|
||||
<i class="anticon anticon-copyright"></i> 2021
|
||||
<a href="https://tancloud.cn" target="_blank">探云 tancloud.cn | </a>
|
||||
<a href="https://tancloud.cn" target="_blank">赫兹跳动 hertzbeat.com</a>
|
||||
</global-footer>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user