diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a0e5d99 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,6 @@ +services: + app: + build: + context: . + ports: + - "3004:8000" diff --git a/templates/page.html b/templates/page.html index b0f5e22..3a0e58e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,6 +12,7 @@
+

USAMTS 5/2/35

Problem

Let \(m\) and \(n\) be positive integers. Let \(S\) be the set of all points @@ -30,18 +31,6 @@ construction to even be viable, this quantity clearly needs to be even.

Constructor

- {% if invalid %} -

Invalid Input!

- {% endif %} - {% if nosol %} -

No Valid Solution is Possible!

- {% endif %} - {% if image %} - Solution Image - {% endif %} - {% if works == False %} -

Claimed Construction Fails!!!!

- {% endif %}
@@ -65,6 +54,18 @@
+ {% if invalid %} +

Invalid Input!

+ {% endif %} + {% if nosol %} +

No Valid Solution is Possible!

+ {% endif %} + {% if image %} + Solution Image + {% endif %} + {% if works == False %} +

Claimed Construction Fails!!!!

+ {% endif %}