diff --git a/app/static/scripts/scripts.js b/app/static/scripts/scripts.js index 4ef46392..613833ca 100644 --- a/app/static/scripts/scripts.js +++ b/app/static/scripts/scripts.js @@ -21,7 +21,7 @@ TxtType.prototype.tick = function() { this.el.innerHTML = ''+this.txt+''; var that = this; - var delta = 200 - Math.random() * 100; + var delta = 120 - Math.random() * 75; if (this.isDeleting) { delta /= 2; } diff --git a/docs/Endpoint images/Screenshot from 2023-10-04 11-43-15.png b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-15.png new file mode 100644 index 00000000..bdaf96f6 Binary files /dev/null and b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-15.png differ diff --git a/docs/Endpoint images/Screenshot from 2023-10-04 11-43-39.png b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-39.png new file mode 100644 index 00000000..1abc67ff Binary files /dev/null and b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-39.png differ diff --git a/docs/Endpoint images/Screenshot from 2023-10-04 11-43-49.png b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-49.png new file mode 100644 index 00000000..aeefe60c Binary files /dev/null and b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-49.png differ diff --git a/docs/Endpoint images/Screenshot from 2023-10-04 11-43-55.png b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-55.png new file mode 100644 index 00000000..a8940882 Binary files /dev/null and b/docs/Endpoint images/Screenshot from 2023-10-04 11-43-55.png differ diff --git a/docs/Endpoint images/Screenshot from 2023-10-04 11-44-02.png b/docs/Endpoint images/Screenshot from 2023-10-04 11-44-02.png new file mode 100644 index 00000000..39e08369 Binary files /dev/null and b/docs/Endpoint images/Screenshot from 2023-10-04 11-44-02.png differ