Prototype website for VPN service, Bitcoin payments via the Blockchain.info API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
368 B

10 years ago
  1. {% extends "layout.html" %}
  2. {% block content %}
  3. <div id="form-container" class="uk-width-1-4 uk-panel uk-panel-box uk-container-center">
  4. <h1> The file was not found and/or an unexpected error occurred.</h1>
  5. <p>The administrator has been notified. Sorry for the inconvenience!</p>
  6. <p><a href="{{url_for('index')}}" class="uk-button">Back</a></p>
  7. </div>
  8. {% endblock %}