-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest.html
200 lines (137 loc) · 7.76 KB
/
test.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap 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">
<link rel="icon" href="data:;base64,iVBORwOKGO=" />
<meta name="description" content="This is the Tally game test page! description,food,drink">
<meta name="keywords" content="shopping,art,travel,paint,food,cold,flu,sleep,pills,card,game">
<title>Tally test page (title)</title>
<script>
function addText(id, txt) {
document.getElementById(id).value = txt;
}
function appendButton() {
var btn = document.createElement("BUTTON"); // Create a <button> element
var t = document.createTextNode(Math.random()); // Create a text node
btn.appendChild(t); // Append the text to <button>
document.getElementById("appendTo").appendChild(btn);
}
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col">
<h1>Tally game test page (h1)</h1>
<div class="box-outer">
<div class="box-inner">
Text
</div>
</div>
<h3>Links!</h3>
<a href="http://localhost/SneakawayStudio/Tally/code/2018-Tally/tally-extension/test.html">test page</a><br>
<a href="chrome://extensions">chrome://extensions</a><br>
<a href="http://localhost:5000/profile">http://localhost:5000/profile</a><br>
<a href="https://docs.google.com/spreadsheets/d/17V-efNqn3Czp3KfSIR7xxJhHiW_921YLMK8j-CZoW_U/edit#gid=0">Tally _ DATA</a><br>
<a href="https://github.com/sneakaway-studio/tally-extension">https://github.com/sneakaway-studio/tally-extension</a><br>
<a href="https://www.youtube.com/playlist?list=PLhX4zYhTzBZUEx--pczWVxo13vKkEUJJF">https://www.youtube.com/playlist?list=PLhX4zYhTzBZUEx--pczWVxo13vKkEUJJF</a><br>
<a href="ccc">ccc</a><br>
<h3>Images</h3>
<a href="#"><img style="max-width:200px" src="https://tallysavestheinternet.com/assets/img/website-images/collage-badges.png" alt="this is image alt text"></a>
<h3>Buttons</h3>
<a href="mailto:[email protected]">An email link</a><br>
<a class="myBtn">An a tag</a><br>
<A class="myBtn">An A tag</A><br>
<a class="myBtn"><span>A span inside an a tag</span></a><br>
<a class="myBtn"><span><span>A span inside a span inside an a tag</span></span></a><br>
<button class="btn btn-primary" id="btn1">A button tag</button><br>
<button class="btn btn-primary" id="btn2" onclick="appendButton()">A button tag (append button through mutation)</button><br>
<div id="appendTo"></div>
<h3>Speciality buttons</h3>
<a class="myBtn">Like</a><br>
<div class="vote">
<input type="hidden" name="_id_" value="41783487">
<a class="vote-up-off" title="This answer is useful">up vote</a>
</div>
<div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">
<button id="btn3" class="btn btn-primary ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button" aria-describedby="profile-tweet-action-favorite-count-aria-990032243392503809">
<div class="IconContainer js-tooltip" data-original-title="Like">
<span role="presentation" class="Icon Icon--heart Icon--medium"></span>
<div class="HeartAnimation"></div>
<span class="u-hiddenVisually">Like</span>
</div>
<span class="ProfileTweet-actionCount" data-tweet-stat-count="4018">
<span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">4.0K</span>
</span>
</button>
<button id="btn4" class="btn btn-primary ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">
<div class="IconContainer js-tooltip" title="Undo like">
<span role="presentation" class="Icon Icon--heart Icon--medium"></span>
<div class="HeartAnimation"></div>
<span class="u-hiddenVisually">Liked</span>
</div>
<span class="ProfileTweet-actionCount" data-tweet-stat-count="4018">
<span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">4.0K</span>
</span>
</button>
</div>
<h3>Forms</h3>
<button class="btn btn-primary" id="btn5">text of btn5</button>
<button class="btn btn-primary" id="btn6">text of btn6</button>
<button class="btn btn-primary" id="btn7">text of btn7</button>
<button class="btn btn-primary" id="btn8">text of btn8</button>
<br>
<input type="text" id="input1">This is a Text input</input>
<input type="password">This is aassword input</input><br>
<input type="radio">This is aRadio input</input>
<input type="checkbox">This is aCheckbox input</input><br>
<textarea>This is a textarea</textarea>
<h3>Text</h3>
<ul>
<li><a href="#link1">This is an unordered link 1</a></li>
<li><a href="#link2">This is an unordered link 2</a></li>
<li><a href="#link3">This is an unordered link 3</a></li>
</ul>
<ol>
<li><a href="#link1">This is an ordered link 1</a></li>
<li><a href="#link2">This is an ordered link 2</a></li>
<li><a href="#link3">This is an ordered link 3</a></li>
</ol>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<iframe id="DAsis"
src="//s.amazon-adsystem.com/iu3?d=amazon.com&slot=navFooter&a1=01015fb0b4589a2a3271fabe0436eb2d7310a9353dc2a35437ca6bc500fdd9d36370&a2=010151700a903a7f159531222e83534f285716867d95f85696af1955079ec1e7864f&old_oo=0&ts=1596463659025&s=AcxbbKZA66F0n1wA4XTGzKzox0c4Vj75RiRw9Ks9mayd&cb=1596463659025"
width="1" height="1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="display: none !important;"></iframe>
<div id="sis_pixel_r2" aria-hidden="true" style="height:1px; position: absolute; left: -1000000px; top: -1000000px;">
<iframe id="DAsis"
src="//s.amazon-adsystem.com/iu3?d=amazon.com&slot=navFooter&a1=01015fb0b4589a2a3271fabe0436eb2d7310a9353dc2a35437ca6bc500fdd9d36370&a2=010151700a903a7f159531222e83534f285716867d95f85696af1955079ec1e7864f&old_oo=0&ts=1596463659025&s=AcxbbKZA66F0n1wA4XTGzKzox0c4Vj75RiRw9Ks9mayd&cb=1596463659025"
width="1" height="1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="display: none !important;"></iframe>
</div>
<!-- FAKE TRACKERS -->
<script id="GPTScript" type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script async="" type="text/javascript" src="//static.ads-twitter.com/uwt.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>