23 lines
563 B
PHP
23 lines
563 B
PHP
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<link type="text/css" href="style.css" rel="stylesheet">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||
|
<title>Heptagon publications</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<?php include('toc.php'); ?>
|
||
|
|
||
|
<?php include('header.php'); ?>
|
||
|
|
||
|
<div id="content">
|
||
|
<h3>Publications about Heptagon: definition, compilation, case studies</h3>
|
||
|
|
||
|
<?php include('publications.html'); ?>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|