-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.html
More file actions
35 lines (34 loc) · 1.22 KB
/
index.html.html
File metadata and controls
35 lines (34 loc) · 1.22 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
<!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>Nagarjuna identitycard</title>
</head>
<link rel="stylesheet" href="style.css">
<body>
<div class="container">
<div class="main">
<img src="C:\Users\simran\OneDrive\Documents\pythonandhtml\assignments\nagarjuna logo.jpg"alt="Nagarjuna logo" class="logo">
(Affiliated to Tribhuvan University)
<p class="b">STUDENT IDENTITY CARD</p>
<img src="C:\Users\simran\OneDrive\Documents\pythonandhtml\assignments\download (4).jpg" alt="profile" class="photo"> <br>
<b> Auth.Signature </b>
<div class="contents">
<p class="text">
Id No: 298 <br>
Name: Simran Basnet<br>
Program: BIM(4 years) <br>
Dob: 2059-06-06 <br>
Validity:30 Dec 2024
</p>
</div>
</div>
<footer>
Bsc-CSIT BIM BBM BCA BBS <br>
www.nagrajunacollege.edu.np
</footer>
</div>
</body>
</html>