-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.html
82 lines (71 loc) · 2.85 KB
/
details.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
80
81
82
<!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">
<title>assign lab</title>
<link rel="stylesheet" href="asset/css/doc.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body>
<section class="viewpt">
<div class="intros">
<div class="logo">
<td><a href="assignlab.html"><BUTton>ASSIGN LAB</BUTton></a></td>
</div>
<div class="intro">
<h4>| MEDICAL HISTORY <br> OF THE PATIENT</h4>
</div>
<div class="logout">
<span></span>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">DOCTOR <i class="fa-sharp fa-solid fa-caret-down"></i></button>
<div id="myDropdown" class="dropdown-content ">
<a href="">Dr zelalem AMENSA</a>
<a href="">change password</a>
<a href="">logout</a>
</div>
</div>
</div>
</div>
</section>
<h1></h1>
<section class="detail">
<h1>YONATAN MULATU</h1>
<h1>AGE: 21</h1>
<h1>STUDENT-ID :ETS1160/11</h1>
<div class="hist">
<h3>History</h3>
<ul>
<li style="padding-bottom: 30px; font-size: 20px;">Date:15/1/2023</li>
<li> he HAD <b>HIV </b> postive and </li>
<li>and ipsom</li>
<li>how he got it ? ,imposible right </li>
<li style="padding-bottom: 30px; font-size: 20px;">Date:15/1/2023</li>
<li> he HAD <b>HIV </b> postive and </li>
<li>and ipsom</li>
<li>how he got it ? ,imposible right </li>
<li style="padding-bottom: 30px; font-size: 20px;">Date:15/1/2023</li>
<li> he HAD <b>HIV </b> postive and </li>
<li>and ipsom</li>
<li>how he got it ? ,imposible right </li>
<li style="padding-bottom: 30px; font-size: 20px;">Date:15/1/2023</li>
<li> he HAD <b>HIV </b> postive and </li>
<li>and ipsom</li>
<li>how he got it ? ,imposible right </li>
<li style="padding-bottom: 30px; font-size: 20px;">Date:15/1/2023</li>
<li> he HAD <b>HIV </b> postive and </li>
<li>and ipsom</li>
<li>how he got it ? ,imposible right </li>
</ul>
</div>
</section>
<footer>
<h5> cms 2022 all right reserved</h5>
</footer>
<script src="asset/js/doc.js"></script>
<script src="asset/js/main.js"></script>
</body>
</html>