diff options
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..bae7487 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,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> |