diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/about.html | 4 | ||||
-rwxr-xr-x | data/contact.html | 8 | ||||
-rw-r--r-- | data/donate.html | 8 |
3 files changed, 10 insertions, 10 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> |