From 0c69354aca772c99d8befaea490210d5f03ce6cb Mon Sep 17 00:00:00 2001 From: Shailaja kumari Date: Thu, 8 Feb 2024 15:33:32 +0530 Subject: [PATCH] all template files(home,login) --- templates/home.html | 28 ++++++++++++++++++++++++++++ templates/login.html | 25 +++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 templates/home.html create mode 100644 templates/login.html diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..13170ef --- /dev/null +++ b/templates/home.html @@ -0,0 +1,28 @@ + + + + + + Inoreader To Readwise + + +

Logged In as {{ user_login }} - {{ user_email }}

+ + +

Last Synced: {{ last_synced }}

+

Next Sync: {{ next_sync }}

+
+ + +
+ + + +
+ + +
+ +
+ + diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..e5f8e26 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,25 @@ + + + + + + Inoreader To Readwise + + + + + + +