diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-18 00:23:36 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-18 00:23:36 +0200 |
commit | ecf2893a769d7077e391542f1bd6777982354c79 (patch) | |
tree | 141f4b619cdea13d82153977fd1c7784ffacc0a1 | |
parent | 3946b3d707bd5f675ad797258ad4c9e3caf5ec9e (diff) |
add a <link> to the space api to the web page
-rw-r--r-- | template/template/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/template/template.html b/template/template/template.html index 14ee17e..bc372a0 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -21,6 +21,7 @@ <link rel="stylesheet" href="/css/nautilus.status.css" type="text/css"> <link rel="stylesheet" href="/css/sublab.status.css" type="text/css"> <link rel="shortcut icon" href="/img/favicon.png"> + <link rel="space-api" href="/status.json" /> </head> <body> |