-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (65 loc) · 2.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<title>DAMS</title>
<style>
table {
animation: transitionIn-Y-bottom 0.5s;
}
</style>
</head>
<body>
<div class="full-height">
<center>
<table border="0">
<tr>
<td width="70%">
<font class="edoc-logo">DAMS </font>
</td>
</td>
<td width="10%">
<a href="http://localhost/ms/app/login.php" class="non-style-link">
<p class="nav-item" style="padding-right: 10px;">Medicine Scheduler</p>
</a>
</td>
<td width="10%">
<a href="login.php" class="non-style-link">
<p class="nav-item">LOGIN</p>
</a>
</td>
<td width="10%">
<a href="signup.php" class="non-style-link">
<p class="nav-item" style="padding-right: 10px;">SIGN UP</p>
</a>
</td>
</tr>
<tr>
<td colspan="3">
<p class="heading-text">Avoid Hassles & Delays.</p>
</td>
</tr>
<tr>
<td colspan="3">
<center>
<a href="login.php">
<input type="button" value="Make Appointment" class="login-btn btn-primary btn"
style="padding-left: 25px;padding-right: 25px;padding-top: 10px;padding-bottom: 10px;">
</a>
</center>
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
</table>
</center>
</div>
</body>
</html>