diff --git a/templates/base.html b/templates/base.html index 2ce0038..740e926 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,6 +16,7 @@ + @@ -30,6 +31,8 @@ {% block title %}{% endblock %} +{% block styles %} + {% endblock %} diff --git a/templates/web_chat.html b/templates/web_chat.html index f9b87c7..5f7379e 100644 --- a/templates/web_chat.html +++ b/templates/web_chat.html @@ -2,17 +2,502 @@ {% load static %} {% block head_desc %}PlanerAI Web Chat{% endblock %} {% block title %}Web Chat | PlannerAI{% endblock %} +{% block styles %} {% endblock %} {% block page_content %} +
+ + +
+
+
+ +
+
+
+

Chat

+
-
-
-

Welcome to Planner-AI

-
-

Test content

+
+
+
+
    +
  • +
    + +
    +
    + +
    +
  • +
  • +
    + +
    +
    +
    + User +

    Hi, I would like to buy a lot of candies.

    +

    + 09:23AM +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + Planner-AI +

    Shipment is free. You\'ll get your candies tomorrow!

    +

    + 09:25 +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + User +

    Wow, that\'s great!

    +

    + 09:27 +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + User +

    Ok. Thanks for the answer. Appreciated.

    +

    + 09:28 +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + Planner-AI +

    You are welcome!
    Is there anything else I can do for you today?

    +

    + 09:30 +

    +
    +
    +
  • +
  • +
    + +
    +
    + +
    +
  • +
  • +
    + +
    +
    +
    + Planner-AI +

    Thank you for contacting us today

    +

    + 09:32 +

    +
    +
    +
  • +
+
+
+
+
+
+ + +
+
- +
+ + +
+ {% endblock %} \ No newline at end of file diff --git a/vercel_app/static/css/styles.css b/vercel_app/static/css/styles.css new file mode 100644 index 0000000..e69de29