Initial commit of the HUGo project web application.
[Project_webapp.git] / header.html
CommitLineData
fb6aedc2
JB
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html>
4<head>
5<title>Air Polytech</title>
6<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Condensed" rel="stylesheet">
8<link rel="stylesheet" type="text/css" href="styles/airpolytech.css" />
9</head>
10<body>
11<div id="header">
12 <!-- Put headers stuff here -->
13 Bienvenue sur Air Polytech !
14</div>