summaryrefslogtreecommitdiff
path: root/swigweb/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'swigweb/default.html')
-rw-r--r--swigweb/default.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/swigweb/default.html b/swigweb/default.html
deleted file mode 100644
index b029f67b4..000000000
--- a/swigweb/default.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<title>$title</title>
-<body bgcolor="#ffffff" link="#0000ff" vlink="#8000ff">
-
-<table width=780 border=0 cellpadding=0 cellspacing=0 summary="Main web page">
-<tr>
- <td valign=middle bgcolor="#000000">
- <table width=180 cellpadding=0 cellspacing=0 summary="Corner section">
- <tr>
- <td>
-$corner
- </td>
- </tr>
- </table>
- </td>
- <td valign=middle bgcolor="#e0e0e0">
- <table width=600 cellpadding=0 cellspacing=0 summary="Top section">
- <tr>
- <td valign=middle>
-$top
- </td>
- </tr>
- </table>
- </td>
-</tr>
-<tr>
- <td valign=top bgcolor="#e0e0e0">
- <table width=180 summary="Side section">
- <tr>
- <td>
-$side
- </td>
- </tr>
- </table>
- </td>
- <td valign=top>
- <table width=600 summary="Web page body">
- <tr>
- <td>
-$body
-
-$footer
- </td>
- </tr>
- </table>
- </td>
-</tr>
-</table>
-
-</body>
-</html>
-
-
-
-
-
-
-
-
-
-