From 822190e8547a1fe332f242731e0369a5c645bef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 17:53:05 +0200 Subject: feat(legal): content --- src/pages/index.astro | 1 - src/pages/legal.astro | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 src/pages/legal.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index 889c5a3..b335dec 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,4 @@ --- -import "../scss/style.scss"; import MosaicBackground from "../component/MosaicBackground.astro"; import VideoAuto from "../component/VideoAuto.astro"; import Base from "../layout/Base.astro"; diff --git a/src/pages/legal.astro b/src/pages/legal.astro new file mode 100644 index 0000000..b867f35 --- /dev/null +++ b/src/pages/legal.astro @@ -0,0 +1,73 @@ +--- +import Base from "../layout/Base.astro"; +--- + + + + -- cgit v1.2.3