add robots meta tag, in case we are not installed in the root

folder of a domain or subdomain. fixes #2
pull/17/head
Simon Rupf 12 years ago
parent 2d4f155064
commit 2470871e70

@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<title>ZeroBin</title>
<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" />
<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}#" />

Loading…
Cancel
Save