diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/header.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/header.html b/templates/header.html index 7533574..ea30e89 100755 --- a/templates/header.html +++ b/templates/header.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <html> -<head> -<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> -<meta name="viewport" content="width=device-width, initial-scale=1.0"> + <head> +<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> +<link rel='stylesheet' type='text/css' href='style.css'> <meta property="og:title" content="$TITLE"> <meta property="og:description" content="$DESCRIPTION"> -<title>Ghativega</title> -<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> -<link rel="stylesheet" type="text/css" href="style.css"> +<meta http-equiv="pragma" content="no-cache"> +<meta http-equiv="cache-control" content="no-cache"> +<title>Ghativega - About</title> <style> img { border: none ;} </style> |