commit 6c96cae51d5faeb7f25e0eba5f20ecb0666cff62 Author: AINDUSTRIES Date: Mon Sep 9 22:12:53 2024 +0200 Basic http capability diff --git a/static/css/index.css b/static/css/index.css new file mode 100644 index 0000000..4717ad4 --- /dev/null +++ b/static/css/index.css @@ -0,0 +1,3 @@ +h1 { + color: red; +} \ No newline at end of file diff --git a/static/html/404.html b/static/html/404.html new file mode 100644 index 0000000..a88841c --- /dev/null +++ b/static/html/404.html @@ -0,0 +1 @@ +

404 NOT FOUND

\ No newline at end of file diff --git a/static/html/index.html b/static/html/index.html new file mode 100644 index 0000000..fc512ca --- /dev/null +++ b/static/html/index.html @@ -0,0 +1,10 @@ + + + + VOTE! + + + +

Bonjour cher voyageur

+ + \ No newline at end of file diff --git a/vote.db b/vote.db new file mode 100644 index 0000000..7ee7c11 Binary files /dev/null and b/vote.db differ