diff --git a/index.html b/index.html new file mode 100644 index 0000000..2e5ff24 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + Data Over Audio + + + + +

Data Over Audio

+
+
+ + +

Sent

+
+
+
+ +

Received

+
+
+
+ + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..098ecd3 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +body { + background-color: darkolivegreen; +} +.panels { + display: flex +} +.panels > div { + border: 1px solid black; + background-color: darkslategray; + margin: 10px; + padding: 10px; + border-radius: 10px; + color: rgb(75, 185, 75); +} +.panels > div h2 { + background-color: gray; + border-bottom: 4px solid darkolivegreen; + color: black; +} +.panels > div textarea { + background-color: rgb(41, 59, 10); + color: rgb(75, 185, 75); +} \ No newline at end of file