-
Notifications
You must be signed in to change notification settings - Fork 2
/
Popup.html
45 lines (34 loc) · 1.5 KB
/
Popup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NEPSE Live</title>
<iframe scrolling="no" border="0" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true" src="https://www.ashesh.com.np/linknepali-time.php?time_only=no&font_color=333333&aj_time=yes&font_size=14&line_brake=1&sec_time=no&nst=yes&api=6302x0m175" width="195" height="45"></iframe>
</head>
<body id="body">
<div class="header">
<h2>NEPSE LIVE</h2>
</div>
<div class="card card-body">
<input id="search-input" placeholder="Type the Company Name" class="form-control" type="text">
</div>
<table class="table table-striped">
<tr class="bg-info">
<th>Company Name</th>
<th>Amount</th>
<th>Closing Price</th>
<th>Max Price</th>
<th>Min Price</th>
<th>Previous Closing</th>
<th>Difference</th>
</tr>
<tbody id="myTable">
</tbody>
</table>
<script src="/js/content.js"></script>