-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup1.html
More file actions
32 lines (31 loc) · 1022 Bytes
/
popup1.html
File metadata and controls
32 lines (31 loc) · 1022 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
28
29
30
31
32
<html>
<head>
<script type= "text/javascript" src="tab.js">
</script>
<link rel="stylesheet" type="text/css" href="mycss.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
</head>
<body>
<header class="header black-bg" style="background: #405DB2;">
<!-- <div class="sidebar-toggle-box">
<div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
</div> -->
<!--logo start--><br>
<font size="6" color="white"><b>Bookmark</b></font>
<!--logo end-->
<!-- <div class="top-menu">
<ul class="nav pull-right top-menu">
<li><a class="logout" href="new_login.html">Logout</a></li>
</ul>
</div> -->
</header><BR>
<br>
<br><br>
<br>
<div id="myDiv" class="mydiv" style="top:100px;">
</div>
<br>
<img id="myID" class="myid" width="500 "height="400"style="top:50%;">
</img>
</body>
</html>