From a4019fed88ceb449265bc2e7365d55a7909dbfd6 Mon Sep 17 00:00:00 2001 From: DylanSpeiser Date: Mon, 10 Jun 2024 23:05:14 -0700 Subject: [PATCH] ping and tab tests --- testing/.DS_Store | Bin 0 -> 6148 bytes testing/ping-test/index.html | 45 ++++++++++++ testing/ping-test/style.css | 34 +++++++++ testing/tab-ui-test/index.html | 126 +++++++++++++++++++++++++++++++++ 4 files changed, 205 insertions(+) create mode 100644 testing/.DS_Store create mode 100644 testing/ping-test/index.html create mode 100644 testing/ping-test/style.css create mode 100644 testing/tab-ui-test/index.html diff --git a/testing/.DS_Store b/testing/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..06a99a2b685916e357410bf10fd74fa0890797c8 GIT binary patch literal 6148 zcmeHK%}T>S5T32oZmB{K3OxqADpoC`c!{;XfDt{Y)WnoFm}X0p+CwSitS8^b2N2&t zpU2ssN=xiP5D}Sy*>84tX43f*b~^yT>H~ippbP*URbsA)!xtj=rDh~&R+bQ%%8@_| zVo1DU+{<{=!e3-SzB>*s^dNvun0kL+C_LPI_IhCuC)MgZ%Pr&=mkPYVOZ?jDh@q3X z$sn$~{YyDJ6C(5`w(Fe-tzomgdMu*E4Wd?G1q6NzU9K*I$QQ%97({-oVjaD~i@ew@ zS4N{+wYFi^_IJh`*63iTiuUf_cwFRb>syDX&AYH0i3d$4!|zVXioppyqLHcV-swl7 zh}yU(<4Rbs3m(=zn65r-Z#%c5JN*UE@$8C5!|=qPMsF{C`Soai-mdV!;oa+Geg&o` zAqI#6V&F#@FlQ$({YW-SLJSZC|A_&4K3J#{ZG)*sb#&mMS^&g6E-OJ>_7XD2GH4r2 zHR28m)1inul$jQT>2O@PjGt{V)u_XPndXC;Co|KbF!glIZz*?RwniF>0b*d5fdxG+ z%lrRie*ZrkL^EQ582DEVuzbU5)UhOUw`PiycddnbgDOS(r5Zm&&`?(~`pT=gf~o}9 YEomUy22+i=fG1Ha0^2g}cKbpQYW literal 0 HcmV?d00001 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