94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
14 lines
259 B
PHP
14 lines
259 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1><?= $title ?></h1>
|
|
</body>
|
|
</html>
|
|
|