2021-11-27 22:21:52 +08:00
|
|
|
<div class="container">
|
|
|
|
|
<header-i18n showLangText="false" class="langs"></header-i18n>
|
|
|
|
|
<div class="wrap">
|
|
|
|
|
<div class="top">
|
|
|
|
|
<div class="head">
|
2021-12-15 22:18:14 +08:00
|
|
|
<img class="logo" src="./assets/logo.svg" alt="">
|
|
|
|
|
<span class="title">探云</span>
|
2021-11-27 22:21:52 +08:00
|
|
|
</div>
|
2021-12-15 22:18:14 +08:00
|
|
|
<div class="desc">易用友好的高性能监控云服务</div>
|
2021-11-27 22:21:52 +08:00
|
|
|
</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>
|
2021-12-15 22:18:14 +08:00
|
|
|
<a href="https://tancloud.cn" target="_blank">赫兹节拍 hertzbeat.com</a>
|
2021-11-27 22:21:52 +08:00
|
|
|
</global-footer>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|