Added header with project name

Esse commit está contido em:
Laurent Eschenauer
2013-05-18 22:27:55 +02:00
commit ff115aa95c
12 arquivos alterados com 336 adições e 6 exclusões
+2
Ver Arquivo
@@ -4,6 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title><%= title %></title>
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/style.css">
<% for(var i=0; i<styles.length; i++) {%>
<link rel="stylesheet" href="<%= styles[i] %>"><% } %>
@@ -18,6 +19,7 @@
<body>
<div class="header-container">
<header class="wrapper clearfix">
<span class="brand">WebFlight</span>
</header>
</div>
<div class="main-container">