diff --git a/public/kontakt.html b/public/kontakt.html
index 2b55b7f87e9a6d5f582483db5e590698ed4c8906..491c90a02370293422b80845c25382ab185c2a97 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>
-