Set up the Google Webmaster Tools verification page

This commit is contained in:
str4d
2013-02-06 10:26:34 +00:00
parent 87e3ce44b4
commit bf2517afed
3 changed files with 9 additions and 0 deletions

View File

@@ -48,3 +48,10 @@ def robots():
def favicon():
return send_from_directory(STATIC_DIR, 'favicon.ico', mimetype='image/vnd.microsoft.icon')
#######################################
# Verification pages for search engines
def google():
return send_from_directory(STATIC_DIR, 'googleadcf8b9c9f4ff24f.html')