diff --git a/formuaire.php b/formuaire.php new file mode 100644 index 0000000..cc5c165 --- /dev/null +++ b/formuaire.php @@ -0,0 +1,89 @@ + + + + + Ajout d'opération + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateMontantMode de paiementCatégorieCommentairePiecesTAGcompte
+
+

+
+
+
+

+
+
+
+

+ +

+
+
+
+

+ +

+
+ + + + +
+ +
+
+
+

+
+
+
+

+ +

+
+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e2d9baa --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +table +{ + border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */ +} +td +{ + border: 1px solid black; +} \ No newline at end of file