summaryrefslogtreecommitdiff
path: root/templates/header.html
blob: 3aeae2b979672e3cd8d8c7f20e02925712410a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<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">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<title>Ghativega</title>
<style>
img { border: none ;}
</style>
</head>
<body>