From 59108b69a0e9c6a2142bd31e7164fb2d4d37efa3 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 25 Mar 2022 16:26:00 +0100 Subject: [PATCH] Add restricted page --- restricted.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 restricted.html diff --git a/restricted.html b/restricted.html new file mode 100644 index 0000000..35d8a7a --- /dev/null +++ b/restricted.html @@ -0,0 +1,12 @@ +--- +title: "Access Restricted" +layout: default +comments: false +--- + +{% capture content %}Access to this website has been restricted due to one or more reason(s):{% endcapture %}{% include blocks/paragraph.liquid content=content %} + +{% capture content %} +
  • You are accessing this site from an area that is currently affected by export restrictions from the EU or UN.
  • +
  • You are unauthorized to access the resource in question.
  • +{% endcapture %}{% include blocks/list.liquid content=content %} \ No newline at end of file