aboutsummaryrefslogtreecommitdiff
path: root/src/world/staff/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/world/staff/index.html')
-rw-r--r--src/world/staff/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/world/staff/index.html b/src/world/staff/index.html
new file mode 100644
index 0000000..4782775
--- /dev/null
+++ b/src/world/staff/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Staff, worldwide</title>
+<meta name="viewport" content="width=device-width" />
+<link href="../../favicon.ico" rel="icon" type="image/x-icon" />
+<link href="../../css/leaflet/leaflet.css" rel="stylesheet" type="text/css" />
+<link href="../../css/map.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="content"></div>
+<script src="../../js/lib/require.js" data-main="../../js/world-staff" type="text/javascript"></script>
+</body>
+</html>