Frontend #147

Merged
H4CK3R-01 merged 2 commits from frontend into main 2022-05-08 10:10:39 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit a2b4686528 - Show all commits

View File

@ -1,5 +1,10 @@
<div class="col-md-4 login-container"> <div class="col-md-4 login-container">
<div class="card card-container no-border"> <div class="card card-container no-border">
<img
id="profile-img"
src="../../../assets/Stonks.jpg"
class="profile-img-card"
/>
<form <form
*ngIf="!isLoggedIn" *ngIf="!isLoggedIn"
name="form" name="form"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 33 KiB