diff options
-rwxr-xr-x | data/about.html | 4 | ||||
-rwxr-xr-x | data/contact.html | 8 | ||||
-rw-r--r-- | data/donate.html | 8 | ||||
-rwxr-xr-x | templates/header.html | 12 |
4 files changed, 16 insertions, 16 deletions
diff --git a/data/about.html b/data/about.html index ad19b75..be5c1d1 100755 --- a/data/about.html +++ b/data/about.html @@ -6,8 +6,8 @@ <link rel='stylesheet' type='text/css' href='style.css'> <meta property="og:title" content="Ghativega.in"> <meta property="og:description" content="Personal site of arnavbhatt288."> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> + <meta http-equiv="pragma" content="no-cache"> + <meta http-equiv="cache-control" content="no-cache"> <title>Ghativega - About</title> <style> img { border: none ;} diff --git a/data/contact.html b/data/contact.html index 8aa39a7..82700c1 100755 --- a/data/contact.html +++ b/data/contact.html @@ -1,14 +1,14 @@ <!DOCTYPE html> <html> - <head> + <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="Ghativega.in"> <meta property="og:description" content="Personal site of arnavbhatt288."> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <title>Ghativega - Contact</title> + <meta http-equiv="pragma" content="no-cache"> + <meta http-equiv="cache-control" content="no-cache"> + <title>Ghativega - About</title> <style> img { border: none ;} </style> diff --git a/data/donate.html b/data/donate.html index 37cf2b2..8b0ba06 100644 --- a/data/donate.html +++ b/data/donate.html @@ -1,14 +1,14 @@ <!DOCTYPE html> <html> - <head> + <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="Ghativega.in"> <meta property="og:description" content="Personal site of arnavbhatt288."> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <title>Ghativega - Softwares</title> + <meta http-equiv="pragma" content="no-cache"> + <meta http-equiv="cache-control" content="no-cache"> + <title>Ghativega - About</title> <style> img { border: none ;} </style> 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> |