-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHACKATHON.HTML
More file actions
60 lines (41 loc) · 1.5 KB
/
Copy pathHACKATHON.HTML
File metadata and controls
60 lines (41 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="HACKATHON.CSS">
<script src="amazon.js"></script>
</head>
<body class="boss">
<div class="top">
<button class="reuth">Reuth Hospital </button>
<button class="but1">Home</button>
<button class="but">Doctors</button>
<button class="but">Video Consult</button>
<button class="but">Staff Review</button>
<button class="but">Feedback</button>
<button class="but">Dashboard</button>
<button class="but">Backup Doc</button>
</div>
<div class="slider">
<div class="slides">
<img src="slider 7.jpg" alt="" />
<img src="slider 2.png" alt="" />
<img src="slider 5.png" alt="" />
<img src="slider 4.jpg" alt="" />
</div>
</div>
<div class="home">
<p class="para">Welcome to Reuth Hospital</p>
<p class="para1">Register Here</p>
<button class="name">Name</button>
<input type="text" class="textbox" placeholder="Name" />
<button class="phone">Phone No </button>
<input type="text" class="textbox" placeholder="Phone No" />
<button class="email">Email Id </button>
<input type="text" class="textbox" placeholder="Email Id" />
</div>
</div>
<script src="HACKATHON.JS"></script>
</body>