Last change
on this file since 5b32153 was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago |
Added Initial frontend
|
-
Property mode
set to
100644
|
File size:
462 bytes
|
Line | |
---|
1 | <script setup>
|
---|
2 |
|
---|
3 | </script>
|
---|
4 |
|
---|
5 | <template>
|
---|
6 | <input type="text" id="name">
|
---|
7 | <label for="name">Name</label>
|
---|
8 | <input type="text" id="surname">
|
---|
9 | <label for="surname">Surname</label>
|
---|
10 | <input type="text" id="phone_number">
|
---|
11 | <label for="phone_number">Phone Number</label>
|
---|
12 | <input type="email" id="email">
|
---|
13 | <label for="email">Email Address</label>
|
---|
14 | <input type="password" id="password">
|
---|
15 | <label for="password">Password</label>
|
---|
16 | </template>
|
---|
17 |
|
---|
18 | <style scoped>
|
---|
19 |
|
---|
20 | </style>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.