-
Notifications
You must be signed in to change notification settings - Fork 2
/
header.html
39 lines (31 loc) · 1.48 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>pyoomph - A finite element framework in Python, based on oomph-lib and GiNaC</title>
<link href="media/favicon.ico" rel="icon" type="image/x-icon">
<link href="media/android-chrome-192x192.png" sizes="192x192" rel="icon" type="image/png">
<link href="media/android-chrome-512x512.png" sizes="512x512" rel="icon" type="image/png">
<link rel="apple-touch-icon" href="media/apple-touch-icon.png" sizes="180x180" type="image/png">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" href="css/prism.css" data-noprefix />
<!--
<link rel="stylesheet" type="text/css" href="/css/layout2.css" />
<link rel="stylesheet" type="text/css" href="/pages/research/style.css" />
<script src="/js/underscore.js" type="text/javascript"></script>
<script src="/js/jquery.js" type="text/javascript"></script>
<script src="/js/smoothscroll.js" type="text/javascript"></script>
<script src="/js/knm.js" type="text/javascript"></script>
-->
</head>
<body>
<div id="page-top"> </div>
<div id="content">
<div id="menu">
<ul>
<li><a href="index.html">Features</a></li>
<li><a href="about.html">About</a></li>
<li><a href="installation.html">Installation</a></li>
<li><a href="https://pyoomph.readthedocs.io/en/latest/">Documentation</a></li>
<li><a href="https://github.com/pyoomph/pyoomph">Source Code</a></li>
</ul>
</div>