|
|
|
@ -0,0 +1,26 @@
|
|
|
|
|
<!doctype html> |
|
|
|
|
<html lang="en"> |
|
|
|
|
|
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
{% if title %} |
|
|
|
|
<title>Return to Ritherdon Project: {{ title }}</title> |
|
|
|
|
{% else %} |
|
|
|
|
<title>Return to Riterdon Project</title> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<meta name="description" content="The 'Return to Ritherdon' project, by Nicola Ellis, is a two year art residency at Ritherdon & Co Ltd, a manufacturer of metal enclosures based in Darwen, Lancashire U.K. This website is part of the many outcomes produced throughout the duration of project."> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
|
<meta name="author" content="Nicola Ellis"/> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/main.css') }}"> |
|
|
|
|
{% include "favicons.html" %} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<!--[if IE]> |
|
|
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> |
|
|
|
|
<![endif]--> |
|
|
|
|
{% block content %}{% endblock %} |
|
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
</html> |