Skip to content
Snippets Groups Projects
Commit 33a165bc authored by AUCHET Romain's avatar AUCHET Romain
Browse files

récupération information deuxième page

parent 872c4ec2
Branches
Tags
No related merge requests found
......@@ -35,10 +35,17 @@
</head>
<body>
<h1> OUCÉQUECÉ</h1>
<h2><img src="perpignan-france.jpg" alt="perpignan" width=50% height=50% /></h2>
<h3>${data.question}</h3>
<div class="rectangle-arrondi"></div>
<div class="rectangle-arrondi"></div>
<div class="rectangle-arrondi"></div>
<div class="rectangle-arrondi"></div>
</body>
<script>
const jsonData = localStorage.getItem("transferdata");
const data = JSON.parse(jsonData);
const uuid=data.uuid;
</script>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment