Add restricted page

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-25 16:26:00 +01:00
parent 30057b69cd
commit 59108b69a0
+12
View File
@@ -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 %}
<li>You are accessing this site from an area that is currently affected by export restrictions from the EU or UN.</li>
<li>You are unauthorized to access the resource in question.</li>
{% endcapture %}{% include blocks/list.liquid content=content %}