Ignore:
Timestamp:
01/23/25 18:48:23 (3 months ago)
Author:
Ljubomir Ilievski <ilievski.ljubomir@…>
Branches:
master
Children:
a0e93df
Parents:
4446c6f
Message:

Ready to begin with connection with backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-frontend/src/components/Project/login_.vue

    r4446c6f rf9ef3e8  
    44
    55<template>
    6   <input type="email">
    7   <label for="email">Email</label>
    8   <input type="password">
    9   <label for="password">Password</label>
     6
     7
     8  <div class="container-xxl">
     9
     10    <div class="row justify-content-center  ">
     11
     12      <div class="col-3">
     13        <form action="" method="POST">
     14
     15      <label for="email" class="form-label">Email</label>
     16      <input name="email" id="email" class="form-control" type="email">
     17
     18      <label for="password" class="form-label">Password</label>
     19      <input name="password" id="password" type="password" class="form-control">
     20
     21        <button type="submit" class="btn btn-dark mt-2">Login</button>
     22        </form>
     23      </div>
     24
     25
     26
     27    </div>
     28
     29
     30  </div>
    1031</template>
    1132
Note: See TracChangeset for help on using the changeset viewer.