aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-08-28 10:42:25 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-08-28 10:42:25 +0200
commit2e23bcf1d45120b668f4967ea3d6dbe0536247ca (patch)
tree1be913d5e6d071b6ad354f200a7b7998657be927 /public/index.html
parentbc1218acd75b6d0594e568e07892f9f9bbb53d7a (diff)
downloadramaskrik-social-2e23bcf1d45120b668f4967ea3d6dbe0536247ca.tar.gz
ramaskrik-social-2e23bcf1d45120b668f4967ea3d6dbe0536247ca.tar.bz2
ramaskrik-social-2e23bcf1d45120b668f4967ea3d6dbe0536247ca.zip
Adapt to Ravenheart 2019, Oslo.
Also fetch the json directly from a file on the server. Since we don't really have any functionality in the backend app yet, we can deploy without it.
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 22b9fc3..770c0c0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,12 +1,17 @@
<!DOCTYPE html>
<html>
<head>
- <title>Ramaskrik Program</title>
+ <title>Ravenheart 2019 Program</title>
<link rel="stylesheet" href="/app.css">
<script type="text/javascript" src="/js/app.js"></script>
</head>
<body>
- <h1>Ramaskrik 2019</h1>
+ <h1>Ravenheart 2019</h1>
+ <p>Uoffisielt program for Ravenheart film festival, Oslo 2019.</p>
+ <p>Det er forhåpentligvis litt lettere å se hvilke visninger som går når enn i det offisielle programmet.
+ Dette programmet blir imidlertid ikke oppdatert automatisk ved endringer, så dobbelsjekk på
+ <a href="https://www.cinemateket.no/ravenheart">Cinemateket sine sider</a> for å være helt sikker.</p>
+
<div id="program"></div>
</body>
</html>