Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatcnam authored Nov 5, 2023
1 parent 2ad1eac commit 858f30a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions memory.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Memory</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/lib.css">
<link rel="stylesheet" href="memory.css">
</head>
<body>
<header>
<select id="langage">
<option selected>English</option>
<option>Français</option>
</select>
</header>
<h1>Memory</h1>
<h2>Find identical cards</h2>
<p>Click <select id="copyNumber" disabled><option>2</option><option selected>3</option><option>4</option><option>5</option><option>6</option></select> cards to reveal their pictures among <select id="distinctNumber" disabled><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option selected>7</option></select> distinct pictures.</p>
<p>If they are not all identical, you have <select id="memorizeDuration" disabled><option>1</option><option>2</option><option selected>3</option><option>4</option><option>5</option><option>6</option><option>7</option></select> seconds to memorize.</p>
<p>If they are all identical, you can continue immediately.</p>
<div id="gameTable"></div>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/libStd.fg" type="application/funcsug"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/libDOM.fg" type="application/funcsug"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/libDOMSVG.fg" type="application/funcsug"></script>
<script src="memory.fg" type="application/funcsug"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/parser.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/parserPy.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/interpreter.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug@b3f8fb8eafcc4dac5a72d87018c743db42437226/DOMloader.js"></script>
</body>
</html>

0 comments on commit 858f30a

Please sign in to comment.