From e0d441155ccbfb3d14adc4dae318ccf42ff03834 Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Mon, 22 Jun 2026 12:34:20 +1200 Subject: [PATCH] dots --- instance/accounts.db | Bin 0 -> 16384 bytes templates/bivariate.html | 8 +------- templates/calculus.html | 15 +++++++++++++++ templates/simultaneousequations.html | 15 +++++++++++++++ templates/triganometry.html | 15 +++++++++++++++ 5 files changed, 46 insertions(+), 7 deletions(-) create mode 100644 instance/accounts.db diff --git a/instance/accounts.db b/instance/accounts.db new file mode 100644 index 0000000000000000000000000000000000000000..357b27e43c165d051a0cc2a87d89952e260d6ae2 GIT binary patch literal 16384 zcmeI&O>fgM7zc2toiK+%a+%77ib5+4n*D(Gn@>6cRXwy;E{$W_?)HPHK}fqV`?NdgbRN-i zNey4}sid!)Ve45lta*mMkszmhJozU1+E&}E~)CDdYMc! z6{o5>QB4{xKF+g-ZMlxu@EYdP`6vnE)O|aD!)D8~=gE=lCo*E5Q8%T->`25BXVT$` zEewYnk#G!K+NQ@Pi%pC9!mV>xM9eisyY%FP{{Af^KW2tWV=5P$##AOHafKmY;|_-_Rs6!q1r|MwpXKL99x Bsrdi^ literal 0 HcmV?d00001 diff --git a/templates/bivariate.html b/templates/bivariate.html index 3f98474..faccfa4 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -1,15 +1,10 @@ {% extends 'base.html' %} {% block content %} - -

Information on bivariate data Analysis

+

Information on bivariate data Analysis

information

-

- information on bivariate data can go here -

-
@@ -21,5 +16,4 @@

quizzes

- {% endblock %} \ No newline at end of file diff --git a/templates/calculus.html b/templates/calculus.html index 45eed7c..13aca33 100644 --- a/templates/calculus.html +++ b/templates/calculus.html @@ -1,4 +1,19 @@ {% extends 'base.html' %} {% block content %}

Calculus

+ +
+

information

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

+ +
{% endblock %} \ No newline at end of file diff --git a/templates/simultaneousequations.html b/templates/simultaneousequations.html index eb60af0..587dc3e 100644 --- a/templates/simultaneousequations.html +++ b/templates/simultaneousequations.html @@ -1,4 +1,19 @@ {% extends 'base.html' %} {% block content %}

Simultaneous Equations

+ +
+

information

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

+ +
{% endblock %} \ No newline at end of file diff --git a/templates/triganometry.html b/templates/triganometry.html index 2a0f93d..7a7cb33 100644 --- a/templates/triganometry.html +++ b/templates/triganometry.html @@ -1,4 +1,19 @@ {% extends 'base.html' %} {% block content %}

Triganometry

+ +
+

information

+ +
+ +
+

formulas

+ +
+ +
+

quizzes

+ +
{% endblock %} \ No newline at end of file