source: views/index.ejs@ 7517a3a

main
Last change on this file since 7517a3a was 7517a3a, checked in by Luka Krstikj <luka.krstik@…>, 21 hours ago

init

  • Property mode set to 100644
File size: 811 bytes
RevLine 
[7517a3a]1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Construct 307 First Application Prototype</title>
7 <link rel="stylesheet" href="/css/style.css">
8</head>
9<body style="padding: 0px;">
10 <div class="container">
11 <h1>Construct 307 First Application Prototype</h1>
12
13 <div class="nav-cards">
14 <div class="card">
15 <h2>Admin Panel - Covers UC0003</h2>
16 <p>Manage Properties</p>
17 <a href="/admin" class="btn">Admin Panel</a>
18 </div>
19
20 <div class="card">
21 <h2>Client - Covers UC0010, UC0012</h2>
22 <p>Browse Properties and book appointments</p>
23 <a href="/buildings" class="btn">Browse Properties</a>
24 </div>
25 </div>
26 </div>
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.