diff --git a/testing/.DS_Store b/testing/.DS_Store new file mode 100644 index 0000000..06a99a2 Binary files /dev/null and b/testing/.DS_Store differ diff --git a/testing/ping-test/index.html b/testing/ping-test/index.html new file mode 100644 index 0000000..5bf22a9 --- /dev/null +++ b/testing/ping-test/index.html @@ -0,0 +1,45 @@ + + + + JS Ping Widget Test + + + + + + +

JS Ping Widget Test

+ +
+ + hostname + XX +   ms +
+ +
+ + + + + \ No newline at end of file diff --git a/testing/ping-test/style.css b/testing/ping-test/style.css new file mode 100644 index 0000000..05db896 --- /dev/null +++ b/testing/ping-test/style.css @@ -0,0 +1,34 @@ +html { + height: 100%; + margin: 0; + font-family: "Noto Sans Display", sans-serif; + font-optical-sizing: auto; + font-weight: 300; + font-style: normal; + font-variation-settings: "wdth" 100; + background-color: rgb(36, 36, 36); + color: white; +} + +body { + margin: 2em; +} + +h1 { + display: inline-flex; + margin: 0px; +} + +#pingWidget { + display: inline-flex; + margin: 0px 0px 15px 0px; + float: right; +} + +#pingWidget #hostname { + padding: 0px 1em; +} + +#pingWidget .pingTime { + color: grey; +} \ No newline at end of file diff --git a/testing/tab-ui-test/index.html b/testing/tab-ui-test/index.html new file mode 100644 index 0000000..989573d --- /dev/null +++ b/testing/tab-ui-test/index.html @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + +
+

Home

+

Home is where the heart is..

+
+ +
+

News

+

Some news this fine day!

+
+ +
+

Contact

+

Get in touch, or swing by for a cup of coffee.

+
+ +
+

About

+

Who we are and what we do.

+
+ + + + + + \ No newline at end of file