source: ReserveNGo-frontend/src/components/Project/login_.vue@ 590f667

Last change on this file since 590f667 was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago

Added Initial frontend

  • Property mode set to 100644
File size: 201 bytes
Line 
1<script setup>
2
3</script>
4
5<template>
6 <input type="email">
7 <label for="email">Email</label>
8 <input type="password">
9 <label for="password">Password</label>
10</template>
11
12<style scoped>
13
14</style>
Note: See TracBrowser for help on using the repository browser.