update hostname
This commit is contained in:
parent
21ae4c29e2
commit
4d0a4d5429
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>check.jcarr.wit.com</title>
|
<title>check.lab.wit.com</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
width: 100em;
|
width: 100em;
|
||||||
|
@ -66,17 +66,17 @@ console.log("Your screen resolution = " +
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<a href="http://check.jcarr.wit.com:1200/">Hugo minx demo</a><br/>
|
<a href="http://check.lab.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.lab.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.lab.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.lab.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="http://check.lab.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/>
|
<a href="https://check.lab.wit.com:8443/">webrtc-test</a><br/>
|
||||||
|
|
||||||
<h2>Browser benchmarks</h2>
|
<h2>Browser benchmarks</h2>
|
||||||
<a href="http://check.jcarr.wit.com:1202/polygon-shredder">Polygon demo</a><br/>
|
<a href="http://check.lab.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.lab.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/>
|
<a href="http://check.lab.wit.com:1202/cabbibo-Text">Text demo</a><br/>
|
||||||
|
|
||||||
<h2>GO benchmarks</h2>
|
<h2>GO benchmarks</h2>
|
||||||
<a href="https://github.com/golang/go/wiki/Benchmarks">Standard GO benchmarks</a><br/>
|
<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");
|
console.log("document.cookie currently set as: " + document.cookie + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
createCookie('check.jcarr.wit.com','test',7);
|
createCookie('check.lab.wit.com','test',7);
|
||||||
createCookie('check.jcarr.wit.com 2','test2',2);
|
createCookie('check.lab.wit.com 2','test2',2);
|
||||||
createCookie('check.jcarr.wit.com 3','test3',2);
|
createCookie('check.lab.wit.com 3','test3',2);
|
||||||
|
|
||||||
// print out all the cookies
|
// print out all the cookies
|
||||||
document.write("<h2>All cookies</h2>\n");
|
document.write("<h2>All cookies</h2>\n");
|
||||||
|
|
Loading…
Reference in New Issue