Skip to content

Instantly share code, notes, and snippets.

View profsofia's full-sized avatar

Sofia_Schenone profsofia

View GitHub Profile
@Klerith
Klerith / auth-layout.component.html
Last active January 2, 2025 02:08
Angular - LoginPage
<div class="limiter">
<div class="container-login100" style="background-image: url('../../../../assets/images/bg-01.jpg');">
<div class="wrap-login100 p-l-55 p-r-55 p-t-65 p-b-54">
<router-outlet />
</div>
</div>
</div>