1
0
Fork 0
A REST-API built with Flask and Python. Its main purpose is to receive the readings from the light meters welding booths in the Ritherdon factory and make them available for consumption by the relay-controllers in the gallery.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

26 lines
1.1 KiB

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="60">
<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>