big import, copied over most of the old site content
This commit is contained in:
30
_includes/header.html
Normal file
30
_includes/header.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Telephasic by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ page.title }}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
</head>
|
||||
<body class="homepage">
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<div id="header-wrapper">
|
||||
|
||||
<div id="header" class="container">
|
||||
<!-- Logo -->
|
||||
<h1 id="logo"><a href="/">OSRD</a></h1>
|
||||
|
||||
{% include navigation.html %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user