diff --git a/html/.well-known/assetlinks.json b/html/.well-known/assetlinks.json new file mode 100644 index 0000000..803eb0e --- /dev/null +++ b/html/.well-known/assetlinks.json @@ -0,0 +1,9 @@ +[{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.abrendan.micdropmessages", + "sha256_cert_fingerprints": + ["F4:68:84:2F:72:FC:E3:DC:82:A8:AC:73:FA:EA:0D:E9:9D:20:CD:07:D5:91:55:C7:E6:ED:49:9F:61:80:54:84"] + } +}] \ No newline at end of file diff --git a/html/index.html b/html/index.html index bcbfdba..d8b982b 100644 --- a/html/index.html +++ b/html/index.html @@ -14,6 +14,7 @@

MicDropMessagesV2

+

Welcome to MicDropMessages! This small web-based application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.

diff --git a/html/pictures/andy-holmes-background2_small.jpg b/html/pictures/andy-holmes-background2_small.jpg new file mode 100644 index 0000000..dc3d600 Binary files /dev/null and b/html/pictures/andy-holmes-background2_small.jpg differ diff --git a/html/pictures/mdm2logo1.png b/html/pictures/mdm2logo1.png new file mode 100644 index 0000000..da5fb74 Binary files /dev/null and b/html/pictures/mdm2logo1.png differ diff --git a/html/style.css b/html/style.css index 3e3c079..8abd6b0 100644 --- a/html/style.css +++ b/html/style.css @@ -192,7 +192,7 @@ input{ color: #ffffff; /* Light text color for contrast */ } -@media (max-width: 800px) { +@media (max-width: 900px) { label { width: auto; /* Full width on narrow screens */ }