From d5150c1858d307e7583f577edd0b17af957532c7 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Mon, 1 May 2023 08:44:59 +0000
Subject: [PATCH] Update public/kontakt.html

---
 public/kontakt.html | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/public/kontakt.html b/public/kontakt.html
index 2b55b7f..491c90a 100644
--- a/public/kontakt.html
+++ b/public/kontakt.html
@@ -1,29 +1,9 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>AR.js Simple Marker Example</title>
-    <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
-    <script src="https://cdn.jsdelivr.net/npm/@argonjs/argon@2.8.0/dist/argon.min.js"></script>
-    <script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
+    <title>My Image Page</title>
   </head>
   <body>
-    <a-scene embedded arjs="sourceType: webcam; detectionMode: mono_and_matrix; matrixCodeType: 3x3;">
-      <a-nft
-        type="nft"
-        url="assets/marker.patt"
-        smooth="true"
-        smoothCount="10"
-        smoothTolerance=".01"
-        smoothThreshold="5"
-      >
-        <a-entity
-          gltf-model="assets/scene.gltf"
-          scale="0.01 0.01 0.01"
-          position="0 0 0"
-        ></a-entity>
-      </a-nft>
-      <a-entity camera></a-entity>
-    </a-scene>
+    <img src="./assets/image.png" alt="An example image">
   </body>
 </html>
-
-- 
GitLab