Save halfway

This commit is contained in:
2023-04-27 16:30:56 +02:00
parent f02925f808
commit a1de2bda99
4 changed files with 109 additions and 97 deletions
+26
View File
@@ -0,0 +1,26 @@
<html>
<head>
<link rel="stylesheet" href="/static/style.css">
<meta charset="utf-8">
<style>
body{
margin:0;
padding:0;
overflow:hidden;
}
</style>
<title>User study version 3D</title>
</head>
<body>
<div class = "canvas">
<canvas id="canvas" width="1920" height="1080">
Votre navigateur ne supporte pas les canvas, essayez-en un autre.
</canvas>
</div>