summaryrefslogtreecommitdiff
path: root/templates/header.html
blob: bae7487a6e7b3cfa2741ee5e36873687dd26a7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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">
<meta property="og:title" content="$TITLE">
<meta property="og:description" content="$DESCRIPTION">
<title>Ghativega - Homepage</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
<style>
img { border: none ;}
</style>
</head>
<body>