Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lumoraddo authored Jul 3, 2024
1 parent aefb68c commit c97d9e5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="On Air Dialogues: Listening to rural people."/><meta content="https://dialogues.farmradio.org/static/media/photo2.a2d14f42.jpg" property="og:image"/><meta content="On Air Dialogues: Listening to rural people." property="og:title"/><meta content="We asked small-scale farmers to tell us their thoughts and concerns about food systems. Nearly 3,500 people responded." property="og:description"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>On Air Dialogues</title>



<script type="text/javascript">
var pathSegmentsToKeep = 0;

var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);

</script>
</head>
<body>
</body>
</html>

0 comments on commit c97d9e5

Please sign in to comment.