diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-06-20 21:39:49 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-06-20 21:39:49 +0530 |
commit | 8540c31afdbc88bb8ba2e67046a9a25820d8d6c9 (patch) | |
tree | 331b123253a36faf7698782dba5d924f9af4b1cd /templates | |
parent | fc9e16c39079c53e60e3adfcef9ef83f7f4b0eb2 (diff) |
some changes
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> |