From 23e8fefd32b1abc9cd1b731a1012a6ec5103d425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Sat, 20 Apr 2024 21:18:24 +0200 Subject: [PATCH] feat(DevWeb): Create Hero component --- .../src/main/webapp/WEB-INF/tags/components/hero.tag | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag new file mode 100644 index 0000000..f2aba77 --- /dev/null +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/hero.tag @@ -0,0 +1,9 @@ +<%@tag description="component/hero" pageEncoding="UTF-8" %> + +
+
+
+ +
+
+
\ No newline at end of file