depot git
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user