-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGBTCLong.html
116 lines (103 loc) · 4.1 KB
/
GBTCLong.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head runat="server">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125039435-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125039435-1');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Crypto Watch</title>
<link href="css/bootstrap.min.css" rel="stylesheet" /> <!-- Bootstrap core CSS -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body style="background-color:black;">
<script src="Scripts/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<form id="form1">
<nav class="navbar navbar-fixed-top navbar-logo navbar">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h3>Crypto Watch </h3>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="javascript:pu('MatthewMeents.docx');">[email protected]</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Other Examples <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="gravity\gravity.html">Solar System</a></li>
<li class="divider"></li>
<li><a href="javascript:pu('http://www.blueskymls.com/');">Blue Sky MLS</a></li>
<!-- <li><a href="javascript:pu('https://www.masterlinkpro.com/');">Master Link Pro</a></li> -->
<li class="divider"></li>
<li><a href="javascript:pu('https://www.ma3000.com/productfeatures.html');">MA3000</a></li>
<li><a href="javascript:pu('https://www.ma3000.com/webcalendar.html');">Web Calendar</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<br /><br />
<div class="well well-LG" style="background-color:black">
<div class="panel" style="min-height:640px;background-color:black">
<div class="panel-heading">
<h3 class="panel-title">ADA Chart Watch</h3>
</div>
<div class="panel-body" style="padding:0,0;min-height:inherit;background-color:black">
<div class="col-sm-12" style="padding:0,0;min-height:inherit;">
<div>
</div>
</div>
<div class="col-sm-6" style="padding:0 0;min-height:inherit;">
</div>
</div>
</div>
</div>
</form>
<br /><br />
<div class="container-fluid">
<div class="panel center-block" style="background-color:black;">
<p class="text-center">
[email protected]<br />
2019 <span class="glyphicon glyphicon-copyright-mark"></span> Matthew Meents
</p>
</div>
</div>
<script type="text/javascript">
function doResizeWidget() {
$('#twitter-widget-0').height(1669);
var aHeight = $('#twitter-widget-0').height();
if (aHeight < 1668){
setTimeout(doResizeWidget, 2000);
}
}
$(window).load(function(){
setTimeout(doResizeWidget, 1500);
});
var ppd = new Date();
function pu(s) {
ppd = new Date();
ns = 'MM' + ppd.getTime();
try {
var x = window.open(s, ns, 'location=yes,menubar=yes,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
} catch (e) { }
}
function doBack() {
window.history.back();
}
</script>
</body>
</html>