summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.html b/index.html
index e19bb22..088eba7 100644
--- a/index.html
+++ b/index.html
@@ -64,6 +64,12 @@ form {
<body>
<div class="container">
<h3>Well-Ordered</h3>
+ <p>
+ The bibulous sorcerer Roseacrucis has depleted our distilled reserves. You must journey to obtain the
+ hallowed ingredients necessary to recreate the seventy-seven official IBA cocktails&mdash;but your wallet runs
+ light, and your thirst grows stronger. In what order do you obtain the ingredients in order to create the
+ most recipes for the fewest stater?
+ </p>
<noscript>Sorry, JavaScript is required to run Well-Ordered.</noscript>
<div id="form">
<form action="/" method="none">
@@ -345,8 +351,7 @@ form {
<input id="limit" name="limit" type="number" value="120" min="10"></input>
</div>
<div>
- <button type="submit" id="optimal">Compute optimal (slow)</button>
- <button type="button" id="greedy">Compute greedy (fast)</button>
+ <button type="submit" id="optimal">Compute ordering</button>
</div>
</form>
</div>