-
Notifications
You must be signed in to change notification settings - Fork 134
/
index.html
70 lines (62 loc) · 2.37 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
<!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>eDoc</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">eDoc. </font>
<font class="edoc-logo-sub">| THE ECHANNELING 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">Avoid Hassles & Delays.</p>
</td>
</tr>
<tr>
<td colspan="3">
<p class="sub-text2">How is health today, Sounds like not good!<br>Don't worry. Find your doctor online Book as you wish with eDoc. <br>
We offer you a free doctor channeling service, Make your appointment 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 Solution by Hashen.</p>
</center>
</div>
</body>
</html>