depot git

This commit is contained in:
personne
2025-03-06 12:19:35 +01:00
commit 7c622bff30
71 changed files with 3314 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
html
head
title= title
link(rel="stylesheet", href="style.css")
script(src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js")
script(src="https://cdn.rawgit.com/mrdoob/three.js/r128/examples/js/loaders/OBJLoader.js")
script(src="https://cdn.rawgit.com/mrdoob/three.js/r128/examples/js/loaders/MTLLoader.js")
body
div(id='fond')
div(id='tete')
div(id='teteGif')
div(id='barreStress')
div
textarea(id='questionInput', placeholder='Posez votre question ici...')
button(id='envoyerQuestion') Poser la question
div(id='reponseContainer')
script(src="socket.io.min.js")
script(src="front.js")