diff --git a/docs/outdated-version.html b/docs/outdated-version.html new file mode 100644 index 00000000..54abdfa7 --- /dev/null +++ b/docs/outdated-version.html @@ -0,0 +1,108 @@ + + + + + + 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