forked from sneeu/edinburgh2_
-
Notifications
You must be signed in to change notification settings - Fork 5
/
editing.html
29 lines (23 loc) · 1.3 KB
/
editing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:event="http://purl.org/NET/c4dm/event.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>london2: add or edit your event</title>
<link charset="utf-8" href="media/css/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link charset="utf-8" href="media/css/core.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>london2: add or edit your event</h1>
<p>The code for london2.org is hosted on GitHub. If you'd like to add or edit an event you're encouraged to <a href="https://github.com/craigw/london2">fork the project and submit a pull request</a>.</p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1576507-3");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>