12 lines
503 B
HTML
12 lines
503 B
HTML
---
|
|
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 %} |