chiark / gitweb /
Move the HTML container out into a reworkable template file.
[matchsticks-search.git] / template.html
diff --git a/template.html b/template.html
new file mode 100644 (file)
index 0000000..cd6da57
--- /dev/null
@@ -0,0 +1,27 @@
+<html>
+<head>
+<title>Known bounds for stick-dissecting problem</title>
+<style type="text/css">
+table, td, th {
+    border: 1px solid black;
+    border-collapse: collapse;
+}
+td.known {
+    background-color: #00ff00;
+}
+td.believed {
+    background-color: #aaff00;
+}
+td.probable {
+    background-color: #ffff00;
+}
+td.range {
+    background-color: #ff8888;
+}
+</style>
+</head>
+<body>
+%TABLE%
+%DISSECTIONS%
+</body>
+</html>