From 112de4636980c48d28bd1fee7a6cd34c28549b5f Mon Sep 17 00:00:00 2001 From: Sadiq Khoja Date: Tue, 10 Dec 2024 11:37:37 -0500 Subject: [PATCH] add outdated-version.html --- docs/outdated-version.html | 109 +++++++++++++++++++++++++++++++++++++ docs/style.css | 18 ++++++ 2 files changed, 127 insertions(+) create mode 100644 docs/outdated-version.html diff --git a/docs/outdated-version.html b/docs/outdated-version.html new file mode 100644 index 00000000..079cbac1 --- /dev/null +++ b/docs/outdated-version.html @@ -0,0 +1,109 @@ + + + + + + ODK Central + + + + + + + + + + + \ No newline at end of file diff --git a/docs/style.css b/docs/style.css index d83feab7..9b61a391 100644 --- a/docs/style.css +++ b/docs/style.css @@ -60,3 +60,21 @@ a:focus { .news-item a { margin-left: 82px; } + +.outdated-version { + display: flex; + flex-direction: column; + height: 250px; + justify-content: center; + gap: 20px; +} + +.outdated-version h1 { + margin: 0; + font-size: 30px; +} + +.outdated-version p { + margin: 0; + font-size: 18px; +} \ No newline at end of file