-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.56 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oil Price frame</title>
<link rel="stylesheet" href="style.css">
</head>
<body id="iframe">
<table summary="Gold oil price (c) http://oil-price.net" cellspacing="5" cellpadding="5" border="0" style="font-family: Lucida Sans Unicode, Lucida Grande, Sans-Serif; font-size: 12px ; margin: 5px; border-collapse: collapse; text-align: left; border-color: #FFFFFF; border-width: 0px 0px 0px 0px;">
<tbody>
<tr>
<th>Symbol</th>
<th>Last</th>
<th>Chg%</th>
</tr>
</tbody>
</table>
<script type="text/javascript" src="https://www.oil-price.net/TABLE3/gen.php?lang=en"> </script>
<script type="text/javascript" src="https://www.oil-price.net/widgets/brent_text/gen.php?lang=en"> </script>
<script type="text/javascript" src="https://www.oil-price.net/widgets/natural_gas_text/gen.php?lang=en"> </script>
<script type="text/javascript" src="https://www.gold-quote.net/TABLE2/gen.php?lang=en"> </script>
<table summary="Gold oil price (c) http://oil-price.net" cellspacing="5" cellpadding="5" border="0"
style="font-family: Lucida Sans Unicode, Lucida Grande, Sans-Serif; font-size: 12px ; margin: 5px; border-collapse: collapse; text-align: left; border-color: #FFFFFF; border-width: 0px 0px 0px 0px;">
<tbody>
<tr valign="bottom" id="targetRow">
<!-- code -->
<td><a href="#">Gold Price</a></td>
</tr>
</tbody>
</table>
<script src="script.js"></script>
</body>
</html>