From 013f9222f3134460a43fd79446b59237916cf0c3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 1 Mar 2024 16:09:56 -0300 Subject: Setup user-level lighttpd reverse proxy for development and testing Add static files as in production, too. --- src/static/client.js | 0 src/static/favicon.svg | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/static/index.html | 27 ++++++++++++++++++++++ src/static/styles.css | 0 4 files changed, 89 insertions(+) create mode 100644 src/static/client.js create mode 100644 src/static/favicon.svg create mode 100644 src/static/index.html create mode 100644 src/static/styles.css (limited to 'src') diff --git a/src/static/client.js b/src/static/client.js new file mode 100644 index 0000000..e69de29 diff --git a/src/static/favicon.svg b/src/static/favicon.svg new file mode 100644 index 0000000..ce566b2 --- /dev/null +++ b/src/static/favicon.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/static/index.html b/src/static/index.html new file mode 100644 index 0000000..b4c5118 --- /dev/null +++ b/src/static/index.html @@ -0,0 +1,27 @@ + + + + + + Papo + + + + + + +

Chat

+
+ + +
+
+ + diff --git a/src/static/styles.css b/src/static/styles.css new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3