From d1686cdc8ec8ae0bc64fc723664d6f48b549f348 Mon Sep 17 00:00:00 2001 From: Thierry Date: Wed, 1 Apr 2026 21:34:30 +0200 Subject: [PATCH] Upload files to "frontend/templates" --- frontend/templates/index.html | 119 ++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 frontend/templates/index.html diff --git a/frontend/templates/index.html b/frontend/templates/index.html new file mode 100644 index 0000000..20671cb --- /dev/null +++ b/frontend/templates/index.html @@ -0,0 +1,119 @@ + + + + + + PointCloud Viewer + + + + + + + + + +
+ 📤 Upload + 🗂️ Admin +
+ +
+
+ + +
+ +
+ {% include "partials/backend_config.html" %} +
+ +
+
+

📤 Upload

+

+ Formats acceptés : LAS, LAZ, PLY, XYZ, PTS +

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

+ Uploadez un fichier pour lancer la visualisation +

+
+
+ {% include "partials/cloud_list.html" %} +
+
+ +
+
+ + +