diff --git a/_source/index.html b/_source/index.html new file mode 100644 index 0000000..3f0d2f9 --- /dev/null +++ b/_source/index.html @@ -0,0 +1,54 @@ + + + + + test.jan.su + + + + + + + + + + + + + + + + + + + +
+

92.153.224.201

+

+ source port + 15827 + source hostname + 81.161.97.6.static.ipv4.tn-skjern.dk +

+

+ target ip + 213.73.98.52:80 + target hostname + test.jan.su + connection security + unencrypted IPv4 request +

+

+ date + Thursday, 17-Oct-2019 23:31:14 CEST +

+

+ useragent + Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 +

+

with HTTP/1.1 using request-method GET on keep-alive connection

+

preferring de,en-US;q=0.7,en;q=0.3 encoded as (none)

+

while generally accepting text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

+
+ + diff --git a/_source/scss/styles.scss b/_source/scss/styles.scss new file mode 100644 index 0000000..8920fb7 --- /dev/null +++ b/_source/scss/styles.scss @@ -0,0 +1,40 @@ +/* + Colors +--------------------*/ + +$background-light: #eeeeee; +$background-dark: #131515; +$text-light: #0C231F; +$text-dark: #B5E6DD; +$border-dark: #00ddbf; +$border-light: #005C4B; + +/* + Stylesheet +--------------------*/ + +html { + background-color: $background-light; + color: $text-light; + font-family: sans-serif; + font-size: 20px; +} + +.details_ip { + border: 1px solid $border-light; + display: block; + font-size: 1.5rem; + margin: 0.5em; + padding: 0.2em; + text-align: center; +} + +.details_description { + display: block; + font-size: 0.6em; + font-family: monospace; +} + +.details_data { + display: block; +} \ No newline at end of file