diff --git a/common/input/textarea/index.html b/common/input/textarea/index.html
new file mode 100644
index 00000000..6ab7e073
--- /dev/null
+++ b/common/input/textarea/index.html
@@ -0,0 +1,24 @@
+---
+title: textarea
+layout: page
+favicon: gray
+background: gray
+---
+
+
+
+
+
+ textarea
+
+
+
+
+
+
diff --git a/domains/input/http-credit-card.conf b/domains/http/http-credit-card.conf
similarity index 100%
rename from domains/input/http-credit-card.conf
rename to domains/http/http-credit-card.conf
diff --git a/domains/input/http-credit-card/index.html b/domains/http/http-credit-card/index.html
similarity index 100%
rename from domains/input/http-credit-card/index.html
rename to domains/http/http-credit-card/index.html
diff --git a/domains/input/http-dynamic-login.conf b/domains/http/http-dynamic-login.conf
similarity index 100%
rename from domains/input/http-dynamic-login.conf
rename to domains/http/http-dynamic-login.conf
diff --git a/domains/input/http-dynamic-login/index.html b/domains/http/http-dynamic-login/index.html
similarity index 100%
rename from domains/input/http-dynamic-login/index.html
rename to domains/http/http-dynamic-login/index.html
diff --git a/domains/input/http-dynamic-login/submit/index.html b/domains/http/http-dynamic-login/submit/index.html
similarity index 100%
rename from domains/input/http-dynamic-login/submit/index.html
rename to domains/http/http-dynamic-login/submit/index.html
diff --git a/domains/input/http-login.conf b/domains/http/http-login.conf
similarity index 100%
rename from domains/input/http-login.conf
rename to domains/http/http-login.conf
diff --git a/domains/input/http-login/index.html b/domains/http/http-login/index.html
similarity index 100%
rename from domains/input/http-login/index.html
rename to domains/http/http-login/index.html
diff --git a/domains/input/http-login/submit/index.html b/domains/http/http-login/submit/index.html
similarity index 100%
rename from domains/input/http-login/submit/index.html
rename to domains/http/http-login/submit/index.html
diff --git a/domains/input/http-password.conf b/domains/http/http-password.conf
similarity index 100%
rename from domains/input/http-password.conf
rename to domains/http/http-password.conf
diff --git a/domains/input/http-password/index.html b/domains/http/http-password/index.html
similarity index 100%
rename from domains/input/http-password/index.html
rename to domains/http/http-password/index.html
diff --git a/domains/http/http-textarea.conf b/domains/http/http-textarea.conf
new file mode 100644
index 00000000..bd67c637
--- /dev/null
+++ b/domains/http/http-textarea.conf
@@ -0,0 +1,20 @@
+---
+---
+server {
+ listen 80;
+ server_name http-textarea.{{ site.domain }};
+
+ include {{ site.serving-path }}/common/common.conf;
+
+ root {{ site.serving-path }}/domains/input/http-textarea;
+}
+
+server {
+ listen 443;
+ server_name http-textarea.{{ site.domain }};
+
+ include {{ site.serving-path }}/nginx-includes/wildcard-normal.conf;
+ include {{ site.serving-path }}/nginx-includes/tls-defaults.conf;
+
+ return 301 http://$server_name$request_uri;
+}
diff --git a/domains/http/http-textarea/index.html b/domains/http/http-textarea/index.html
new file mode 100644
index 00000000..bf25dbbf
--- /dev/null
+++ b/domains/http/http-textarea/index.html
@@ -0,0 +1,24 @@
+---
+title: textarea
+layout: page
+favicon: red
+background: red
+---
+
+
+
+
+
+ {{ page.subdomain }}.
{{ site.domain }}
+
+
+
+
+
+
diff --git a/domains/misc/http.conf b/domains/http/http.conf
similarity index 91%
rename from domains/misc/http.conf
rename to domains/http/http.conf
index 0c52588e..ef3038ae 100644
--- a/domains/misc/http.conf
+++ b/domains/http/http.conf
@@ -14,7 +14,7 @@ server {
error_page 405 =200 $uri;
}
- root {{ site.serving-path }}/domains/misc/http;
+ root {{ site.serving-path }}/domains/http/http;
}
server {
diff --git a/domains/misc/http/index.html b/domains/http/http/index.html
similarity index 64%
rename from domains/misc/http/index.html
rename to domains/http/http/index.html
index 17201c10..5670c4ce 100644
--- a/domains/misc/http/index.html
+++ b/domains/http/http/index.html
@@ -1,12 +1,12 @@
---
subdomain: http
layout: page
-favicon: gray
-background: gray
+favicon: bad
+background: bad
---
-
+
{{ page.subdomain }}.{{ site.domain }}
diff --git a/domains/misc/http/resources/font.ttf b/domains/http/http/resources/font.ttf
similarity index 100%
rename from domains/misc/http/resources/font.ttf
rename to domains/http/http/resources/font.ttf
diff --git a/domains/misc/http/resources/form-submitted.html b/domains/http/http/resources/form-submitted.html
similarity index 100%
rename from domains/misc/http/resources/form-submitted.html
rename to domains/http/http/resources/form-submitted.html
diff --git a/domains/misc/http/resources/iframe.html b/domains/http/http/resources/iframe.html
similarity index 100%
rename from domains/misc/http/resources/iframe.html
rename to domains/http/http/resources/iframe.html
diff --git a/domains/misc/http/resources/image.jpg b/domains/http/http/resources/image.jpg
similarity index 100%
rename from domains/misc/http/resources/image.jpg
rename to domains/http/http/resources/image.jpg
diff --git a/domains/misc/http/resources/script.js b/domains/http/http/resources/script.js
similarity index 100%
rename from domains/misc/http/resources/script.js
rename to domains/http/http/resources/script.js
diff --git a/domains/misc/http/resources/stylesheet.css b/domains/http/http/resources/stylesheet.css
similarity index 100%
rename from domains/misc/http/resources/stylesheet.css
rename to domains/http/http/resources/stylesheet.css
diff --git a/domains/misc/badssl.com/index.css b/domains/misc/badssl.com/index.css
index 81b3172d..54dbb1b9 100644
--- a/domains/misc/badssl.com/index.css
+++ b/domains/misc/badssl.com/index.css
@@ -38,8 +38,8 @@ div.group {
}
h2 {
- margin: 16px 0px 8px 8px;
- padding-top: 8px;
+ margin: 8px 0px 0px 0px;
+ padding: 8px 8px 8px;
line-height: 1.5em;
box-sizing: border-box;
@@ -48,6 +48,11 @@ h2 {
font-weight: normal;
}
+h2:target {
+ font-weight: bold;
+ background: rgba(0, 0, 0, 0.1);
+}
+
h2 .emoji {
width: 16px;
margin-right: 8px;
@@ -162,4 +167,4 @@ hr {
.chrome-icon {
vertical-align: -5%;
width: 1em;
-}
\ No newline at end of file
+}
diff --git a/domains/misc/badssl.com/index.html b/domains/misc/badssl.com/index.html
index f3453edd..c8b82530 100644
--- a/domains/misc/badssl.com/index.html
+++ b/domains/misc/badssl.com/index.html
@@ -67,7 +67,9 @@ 🖼Mixed Content
mixed-form
-
-
💬Miscellaneous
-
http
-