27 lines
679 B
Plaintext
27 lines
679 B
Plaintext
|
|
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")
|