-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.html
More file actions
27 lines (23 loc) · 955 Bytes
/
Copy pathfirst.html
File metadata and controls
27 lines (23 loc) · 955 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D3.js Graph Example</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap" rel="stylesheet" />
<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/first.css" type="text/css" />
</head>
<body>
<h1 id='heading'>Welcome to KLE Hospital </h1>
<div id="container"></div>
<div class='wrapper' id='anim'>
<div class='submitbuttons'>
<div class='ac' id='a'>Click to send help to Accident zones:</div>
<button class="vert" id="1" value='ambulance'><a href='index.html' target='_blank'>Ambulance Manager</a></button>
</div>
</div>
</body>
</html>