-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstock.html
More file actions
94 lines (94 loc) · 2.95 KB
/
stock.html
File metadata and controls
94 lines (94 loc) · 2.95 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<div
id="sheets-viewport"
class="widget-viewport"
style="width: 392px; height: 1083px"
>
<table
cellpadding="0"
cellspacing="0"
style="
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
"
>
<tbody>
<tr>
<td>
<div
style="
left: 0px;
top: 0px;
width: 392px;
height: 1057px;
overflow: auto;
"
>
<iframe
id="pageswitcher-content"
frameborder="0"
marginheight="0"
marginwidth="0"
src="https://docs.google.com/spreadsheets/u/0/d/e/2PACX-1vSLwVyJLc8bxdKCrL36cDN47h8D4GIgZ6W7P6-AlYKMsJGV9NYPeTPmWvnPj3JpaMjXe_HREYlQTH8z/pubhtml/sheet?headers=false&gid=0"
style="display: block; width: 100%; height: 100%"
></iframe>
</div>
</td>
</tr>
<tr>
<td style="height: 26px; background-color: rgb(238, 238, 238)">
<div
class="switcherOuter"
style="left: 0px; top: 0px; width: 100%; height: 100%"
>
<div
class="switcherContent"
style="left: 0px; top: 0px; width: 880px; height: 80%"
>
<table class="switcherTable">
<tbody>
<tr>
<td class="switcherItemActive">
Long Term Growth Portfolio
</td>
<td class="switcherItem">Radar of Ideas</td>
<td class="switcherItem">Options Ideas</td>
<td class="switcherItem">
Quantitative Stock Portfolios
</td>
<td class="switcherItem">Dividend Growth Strategies</td>
<td class="switcherItem">ETF Strategies May 2024</td>
</tr>
</tbody>
</table>
</div>
<div
class="switcherArrows"
style="left: 887px; top: 0px; width: 13px; height: 50%"
>
<b>></b>
</div>
<div
class="switcherArrows"
style="left: 887px; top: 13px; width: 13px; height: 50%"
>
<b><</b>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>