From 9ed7aa4a89bfde3c7e9330cb860027bbc6e08fb1 Mon Sep 17 00:00:00 2001
From: Percen <21pesi1bif@hft-stuttgart.de>
Date: Mon, 9 Dec 2024 13:57:08 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 07a198f..58b4218 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,7 +14,7 @@
 
 <!-- Starting an immersive WebXR session requires user interaction.
     We start this one with a simple button. -->
-<button onclick="activateXR()">Start Cube Demo</button>
+<button onclick="activateXR()">Start city planning</button>
 <script>
 async function activateXR() {
   // Add a canvas element and initialize a WebGL context that is compatible with WebXR.
-- 
GitLab