-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest.html
More file actions
59 lines (59 loc) · 2.54 KB
/
test.html
File metadata and controls
59 lines (59 loc) · 2.54 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
59
<!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="./Assets/css/style.css">
</head>
<body>
<center>
<div class="heading" style="width:100%;" id="Title_nev">
<div class="heading_sub">
<img src="./Assets/img/iips_logo2.png" alt="logo" width="100" height="100"/>
<div style="text-align: left;font-family:product;font-size:x-large;">International Institute<br> of Professional Studies</div>
</div>
<div>
<div>
<div style="font-family: product_bold;font-size:x-large;">Library</div>
</div>
<div>
<button style="border: none !important;outline: none;" type="submit" id="Student" value="Student" class="btn">Student</button>
<form id="logout" method="post" action="Auth\\Logout.php" style="display:none;">
<input type="submit" id="logoutbtn" value="Logout" class="form-control btn" />
</form>
</div>
</div>
<div class="heading_sub" style="justify-content:flex-end;">
<div style="text-align: right;font-family:product;font-size:x-large;">Devi Ahilya<br>Vishva Vidyalaya</div>
<img src="./Assets/img/Davv_Logo.png" alt="logo" width="100" height="100"/>
</div>
</div>
<div style="display:flex;justify-content: space-around;width:100%;background-color: #783e12;align-items: center;">
<div style="display: flex; align-items: center;">
<img src="./Assets/img/iips_logo2.png" width="100" height="100">
<div style="text-align: left;">
International Institute<br> of Professional Studies
</div>
</div>
<div>
<div>
<div>Library</div>
</div>
<div>
<button type="submit" id="Student" value="Student" class="btn">Student</button>
<form id="logout" method="post" action="Auth\\Logout.php" style="display:none;">
<input type="submit" id="logoutbtn" value="Logout" class="form-control btn" />
</form>
</div>
</div>
<div style="display: flex; align-items: center;">
<div style="text-align: right;">
Devi Ahilya<br>Vishva Vidyalaya
</div>
<img src="./Assets/img/iips_logo2.png" width="100" height="100">
</div>
</div>
</center>
</body>
</html>