Skip to content

Commit 79fcad4

Browse files
committed
Added robots meta tags in html head in case ZeroBin is not installed at root.
From elrido@2470871
1 parent 7ddd537 commit 79fcad4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tpl/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<title>ZeroBin</title>
4+
<meta name="robots" content="noindex" />
45
<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" />
56
<script src="js/jquery.js#"></script>
67
<script src="js/sjcl.js#"></script>

0 commit comments

Comments
 (0)