chiark / gitweb /
Move the HTML container out into a reworkable template file.
[matchsticks-search.git] / template.html
1 <html>
2 <head>
3 <title>Known bounds for stick-dissecting problem</title>
4 <style type="text/css">
5 table, td, th {
6     border: 1px solid black;
7     border-collapse: collapse;
8 }
9 td.known {
10     background-color: #00ff00;
11 }
12 td.believed {
13     background-color: #aaff00;
14 }
15 td.probable {
16     background-color: #ffff00;
17 }
18 td.range {
19     background-color: #ff8888;
20 }
21 </style>
22 </head>
23 <body>
24 %TABLE%
25 %DISSECTIONS%
26 </body>
27 </html>