You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>wayfair</title>
<link rel="stylesheet" href="wayfair.css">
</head>
<body>
<div class="score">
score:<div id="result" ></div>
</div>
<div class="figure1">
<img id="forniture1" src="../gifs/forniture_1.gif" style="display: block;">
<img id="child1" src="../gifs/child_6.gif" style="display: none;">
</div>
<div class="figure2">
<img id="forniture2" src="../gifs/forniture_2.gif" style="display: block;">
<img id="child2" src="../gifs/child_2.gif" style="display: none;">
</div>
<div class="figure3">
<img id="forniture3" src="../gifs/forniture_3.gif" style="display: block;">
<img id="child3" src="../gifs/child_3.gif" style="display: none;">
</div>
<div class="figure4">
<img id="forniture4" src="../gifs/forniture_4.gif" style="display: block;">
<img id="child4" src="../gifs/child_4.gif" style="display: none;">
</div>
<div class="figure5">
<img id="forniture5" src="../gifs/forniture_5.gif" style="display: block;">
<img id="child5" src="../gifs/child_5.gif" style="display: none;">
</div>
<div class="figure6">
<img id="forniture6" src="../gifs/forniture_6.gif" style="display: block;">
<img id="child6" src="../gifs/child_1.gif" style="display: none;">
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="wayfair.js" ></script>
</body>