summaryrefslogtreecommitdiffstats
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/header.php b/header.php
new file mode 100644
index 0000000..743cbf0
--- /dev/null
+++ b/header.php
@@ -0,0 +1,16 @@
+<html>
+<head>
+ <title>Everest</title>
+ <meta name="keywords" content="everest, virtual, management, provisioning">
+ <meta name="description" content="Tools that enable IT infrastructure construction">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="shortcut icon" href="./styles/favicon.ico" type="image/x-icon">
+ <link rel="StyleSheet" type="text/css" href="./styles/default.css" title="Main style">
+ <link rel="Alternate StyleSheet" type="text/css" href="./styles/default-debug.css" title="Debug main style">
+</head>
+<body>
+ <div id="header">
+ <div id="headerLogo"></div>
+ <div id="headerSearch"></div>
+ </div>
+