diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -4,15 +4,20 @@ <title>Well-Ordered</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="/static/styles.css"> <link rel="stylesheet" type="text/css" href="/well-ordered/static/styles.css"> <link rel="shortcut icon" type="image/x-icon" href="/well-ordered/static/favicon.ico"> </head> <body> <div class="container"> <div> - <a href="/" class="title">Well-Ordered</a><span>@</span><a href="https://cyfraeviolae.org">cyfraeviolae.org</a> - <span class="sep">|</span> - <a href="https://cyfraeviolae.org/git/well-ordered">source code</a> + <div class="home"> + <a href="/well-ordered" class="home-title">Well-Ordered</a> + <span> at </span><a href="/">cyfraeviolae.org</a> + </div> + <div class="crumbs"> + <a href="/git/well-ordered">source code</a> + </div> </div> <p> The bibulous sorcerer Roseacrucis has depleted the Library’s distilled reserves. You must journey to obtain the @@ -23,9 +28,8 @@ <noscript>Sorry, JavaScript is required to run Well-Ordered.</noscript> <div id="form"> <form action="/" method="none"> - <p> - Select any ingredients already owned or of negligible cost. - </p> + <p>Select any ingredients already owned or of negligible cost.</p> + <br> <div id="checkboxes"> <div class="ingredient"> <input type="checkbox" id="ingredient0" x-ingredient="0"> @@ -305,6 +309,7 @@ </div> </form> </div> + <br> <div id="waiting"></div> <div id="solution"> <p>The sample solution given the pre-selected ingredients:</p> |