diff --git a/static/html/register.html b/static/html/register.html new file mode 100644 index 0000000..a916f9d --- /dev/null +++ b/static/html/register.html @@ -0,0 +1,41 @@ + + + + + + + + + + Register + + +
+

Créer un nouveau compte

+

+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+

Tu as déjà un compte?

+ Se connecter. +
+ + + diff --git a/static/js/register.js b/static/js/register.js new file mode 100644 index 0000000..176866a --- /dev/null +++ b/static/js/register.js @@ -0,0 +1,11 @@ +async function register() {} + +function check_username() {} + +function check_password() {} + +let button = document.getElementById("register"); + +button.addEventListener("click", () => { + let _ = register(); +}) \ No newline at end of file