You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dashboard/frontend/src/app/layout/passport/passport.component.html

12 lines
279 B
HTML

<div class="container">
<div class="wrap">
<div class="top">
<div class="head">
<img class="logo" src="./assets/logo-color.svg">
<span class="title">Go Micro Dashboard</span>
</div>
</div>
<router-outlet></router-outlet>
</div>
</div>