1
0
Fork 0
Browse Source

make home page refresh every 60 seconds.

stable
Craig Oates 4 years ago
parent
commit
9c1a023ab4
  1. 26
      app/templates/layout.html

26
app/templates/layout.html

@ -1,19 +1,19 @@
<!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>
<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>