change hostname to check.jcarr.wit.com

This commit is contained in:
Jeff Carr 2018-02-03 16:28:31 -10:00
parent e6f8ab3d01
commit 21ae4c29e2
1 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>check.wit.com</title>
<title>check.jcarr.wit.com</title>
<style>
body {
width: 100em;
@ -66,17 +66,17 @@ console.log("Your screen resolution = " +
</script>
<a href="http://check.wit.com:1200/">Hugo minx demo</a><br/>
<a href="http://check.wit.com:1201/">Hugo ananka demo</a><br/>
<a href="http://check.wit.com/css-grid-layout">CSS Grid Layout Examples</a><br/>
<a href="http://check.wit.com:3000">trello demo</a><br/>
<a href="http://check.wit.com/pingjs/ping.html">ping a server</a> (doesn't work post 2016 in chrome?)<br/>
<a href="https://check.wit.com:8443/">webrtc-test</a><br/>
<a href="http://check.jcarr.wit.com:1200/">Hugo minx demo</a><br/>
<a href="http://check.jcarr.wit.com:1201/">Hugo ananka demo</a><br/>
<a href="http://check.jcarr.wit.com/css-grid-layout">CSS Grid Layout Examples</a><br/>
<a href="http://check.jcarr.wit.com:3000">trello demo</a><br/>
<a href="http://check.jcarr.wit.com/pingjs/ping.html">ping a server</a> (doesn't work post 2016 in chrome?)<br/>
<a href="https://check.jcarr.wit.com:8443/">webrtc-test</a><br/>
<h2>Browser benchmarks</h2>
<a href="http://check.wit.com:1202/polygon-shredder">Polygon demo</a><br/>
<a href="http://check.wit.com:1202/Icicle-Bubbles/app/">Icicle-Bubbles demo</a><br/>
<a href="http://check.wit.com:1202/cabbibo-Text">Text demo</a><br/>
<a href="http://check.jcarr.wit.com:1202/polygon-shredder">Polygon demo</a><br/>
<a href="http://check.jcarr.wit.com:1202/Icicle-Bubbles/app/">Icicle-Bubbles demo</a><br/>
<a href="http://check.jcarr.wit.com:1202/cabbibo-Text">Text demo</a><br/>
<h2>GO benchmarks</h2>
<a href="https://github.com/golang/go/wiki/Benchmarks">Standard GO benchmarks</a><br/>
@ -134,9 +134,9 @@ function createCookie(name,value,days) {
console.log("document.cookie currently set as: " + document.cookie + "\n");
}
createCookie('check.wit.com','test',7);
createCookie('check.wit.com 2','test2',2);
createCookie('check.wit.com 3','test3',2);
createCookie('check.jcarr.wit.com','test',7);
createCookie('check.jcarr.wit.com 2','test2',2);
createCookie('check.jcarr.wit.com 3','test3',2);
// print out all the cookies
document.write("<h2>All cookies</h2>\n");