-
Notifications
You must be signed in to change notification settings - Fork 0
/
emergencycall.html
79 lines (64 loc) · 2.43 KB
/
emergencycall.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
79
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/hk-grotesk.min.css">
<link rel="stylesheet" href="style.css">
<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=League+Spartan:wght@600&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emergency Call</title>
</head>
<body>
<header id="header" class="neonText">Emergency Call</header>
<br>
<br>
<table class="hcenter">
<tr>
<th><img src="images/call.png" width="50%"></th>
<th class="emergencyfont">เจ็บป่วยฉุกเฉิน</th>
</tr>
<tr>
<td></td>
<td><a href="tel:1669"><img src="images/clickhere.png" height="50px"></a>
</td>
</tr>
<tr>
<th><img src="images/call.png" width="50%"></th>
<th class="emergencyfont">หน่วยแพทย์วชิรฯ</tr>
<tr>
<td></td>
<td><a href="tel:1554"><img src="images/clickhere.png" height="50px"></a>
</td>
</tr>
<tr>
<th><img src="images/call.png" width="50%"></th>
<th class="emergencyfont">เหตุด่วนเหตุร้าย</th>
</tr>
<tr>
<td></td>
<td><a href="tel:191"><img src="images/clickhere.png" height="50px"></a>
</td>
</tr>
<tr>
<th><img src="images/call.png" width="50%"></th>
<th class="emergencyfont">เหตุไฟไหม้</th>
</tr>
<tr>
<td></td>
<td><a href="tel:199"><img src="images/clickhere.png" height="50px"></a>
</td>
</tr>
<tr>
<th><img src="images/call.png" width="50%"></th>
<th class="emergencyfont">ปอเต็กตึ๊ง</tr>
<tr>
<td></td>
<td><a href="tel:1418"><img src="images/clickhere.png" height="50px"></a>
</td>
</tr>
</table>
</body>
</html>