Ignore:
Timestamp:
02/05/23 19:55:10 (17 months ago)
Author:
Gjoko Kostadinov <gjoko.kostadinov@…>
Branches:
master
Children:
2b0a4db
Parents:
cc52b09
Message:

Adding customer registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/login.html

    rcc52b09 ra436340  
    33<head>
    44    <meta charset="UTF-8">
    5     <title>Login</title>
     5    <title>Schedlr</title>
    66
    77    <!-- Font Awesome -->
     
    6060
    6161                        <div class="text-center">
    62                             <p>No account? <a href="/register_customer" class="link-primary">Register</a></p>
     62                            <p>No account? <a href="/register_customer" class="link-primary">Register customer</a></p>
     63                        </div>
     64                        <div class="text-center">
     65                            <p>Offering services? <a href="/register_business" class="link-primary">Register company</a></p>
    6366                        </div>
    6467                        <!-- Register buttons -->
Note: See TracChangeset for help on using the changeset viewer.