plot_image.py: use modern print() syntax everywhere
[parallel_computing.git] / shared / header.shtml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--<?xml-stylesheet type="text/xsl" href="http://www.w3.org/Math/XSL/mathml.xsl"?>-->
3 <!DOCTYPE html PUBLIC
4     "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
5     "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml"
7       xmlns:m="http://www.w3.org/1998/Math/MathML"
8       xmlns:svg="http://www.w3.org/2000/svg"
9       xml:lang="en" dir="ltr">
10 <head>
11   <title>PHYS405</title>
12   <link rel="stylesheet" type="text/css" media="screen"
13         href="<!--#echo var="root_directory" -->/shared/style.css" />
14   <link rel="vcs-git" href="/~wking/code/git/parallel_computing.git" title="PHYS405 git repository" />
15 </head>
16
17 <body>
18   <div id="header">
19     <h1>PHYS405</h1>
20     <h2>Advanced Computational Physics and Parallel Computing</h2>
21   </div>
22   <div id="breadcrumbs">
23     <!--#include virtual="cgi/breadcrumbs.cgi" -->
24   </div>
25   <div id="content">