-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (65 loc) · 2.45 KB
/
index.html
File metadata and controls
66 lines (65 loc) · 2.45 KB
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
<!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>B.Tech Project G21 </title>
<style>
table{
animation: transitionIn-Y-bottom 0.5s;
}
</style>
</head>
<body>
<div class="full-height">
<center>
<table border="0">
<tr>
<td width="80%">
<font class="edoc-logo">E-Doc.</font>
<font class="edoc-logo-sub">| THE ENGINEERING FINAL YEAR PROJECT. </font>
</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;">REGISTER</p></a>
</td>
</tr>
<tr>
<td colspan="3">
<p class="heading-text">Doctor Appointment System.
<br> Book your appointments with easy..!!!</p><br>
</td>
</tr>
<tr>
<td colspan="3">
<p class="sub-text2"><br>Welcome to the Doctor Appointment System<br>
Our online system makes it convenient to schedule appointments with your doctors.
No more waiting in long queues.<br>Book your appointments now..!!!
</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>
<p class="sub-text2 footer-hashen">A Web Application by Final Year Student TKIET Warananagar. & GHOSTs_OCTOPUS.</p>
</center>
</div>
</body>
</html>