Skip to content

Commit 6d6b93c

Browse files
committed
Test run
1 parent 8185f97 commit 6d6b93c

13 files changed

+26
-26
lines changed

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def clean_chart(chart)
208208
$page = %(
209209
<li><a href="#head1">#{site_config['back_to_top']}</a></li>
210210
<li class="nuchecker">
211-
<a target="_blank" rel="noopener">#{site_config['valid_html']}</a>
211+
<a href="#" rel="noopener">#{site_config['valid_html']}</a>
212212
</li>
213213
</ul>
214214
<a href="http://s05.flagcounter.com/more/BHT"
@@ -253,7 +253,7 @@ def clean_chart(chart)
253253
if (tab === 0) {
254254
tab = "";
255255
}
256-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
256+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
257257
});
258258
</script>
259259
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index10.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index11.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<li><a href="index11.html">Page 12</a></li>
126126
<li><a href="#head1">Back to top</a></li>
127127
<li class="nuchecker">
128-
<a target="_blank" rel="noopener">Valid HTML</a>
128+
<a href="#" rel="noopener">Valid HTML</a>
129129
</li>
130130
</ul>
131131
<a href="http://s05.flagcounter.com/more/BHT"
@@ -896,7 +896,7 @@
896896
if (tab === 0) {
897897
tab = "";
898898
}
899-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
899+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
900900
});
901901
</script>
902902
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index3.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index4.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index5.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index6.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index7.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index8.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

Diff for: index9.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<li><a href="index11.html">Page 12</a></li>
137137
<li><a href="#head1">Back to top</a></li>
138138
<li class="nuchecker">
139-
<a target="_blank" rel="noopener">Valid HTML</a>
139+
<a href="#" rel="noopener">Valid HTML</a>
140140
</li>
141141
</ul>
142142
<a href="http://s05.flagcounter.com/more/BHT"
@@ -1116,7 +1116,7 @@
11161116
if (tab === 0) {
11171117
tab = "";
11181118
}
1119-
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fthebeast.me%2Fdashboard-2%2Findex" + tab + ".html");
1119+
$(".nuchecker a").attr("href", "https://validator.w3.org/nu/?doc=http%3A%2F%2Fslurpcode.github.io%2Fdashboard-2%2Findex" + tab + ".html");
11201120
});
11211121
</script>
11221122
<script async defer src="https://buttons.github.io/buttons.js"></script>

0 commit comments

Comments
 (0)