-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="lire entre les lignes, lire-entre-les-lignes, lire entre les lignes helper, lire-entre-les-lignes-helper, helper"/>
<meta name="description" property="og:description" content="Helper for 'Lire entre les lignes' game "/>
<link rel="stylesheet" href="https://angel-karasu.github.io/karoace-theme/styles.css">
<link rel="stylesheet" href="styles.css">
<script type="module" src="index.js"></script>
<noscript>JavaScript is required for this website. Please allow JavaScript and refresh the page.</noscript>
<title>Lire entre les lignes helper</title>
</head>
<body>
<header><h1>Lire entre les lignes helper</h1></header>
<main>
<div>
<div class="field">
<h2>Words length</h2>
<div id="words">
<div class="word" style="display: none;">
<label>Word <span>0</span> : <input type="number" min="0" placeholder="Word 0 length"></label>
<button class="remove-word-button">X</button>
</div>
</div>
<button id="add-word">+</button>
</div>
<div class="field">
<h2>Number of letters</h2>
<div id="letters" >
<label class="letter"><span></span> : <input type="number" min="0" placeholder="0"></label>
</div>
<button id="remove-letters-value-button">Remove letters value</button>
</div>
<button id="show-possibilities-button">Show possibilities</button>
</div>
<div id="possibilities"></div>
</main>
<footer>
<a href="https://github.com/Angel-Karasu/lire-entre-les-lignes-helper">Github page</a>
<a href="https://codeberg.org/Angel-Karasu/lire-entre-les-lignes-helper">Codeberg page</a>
<a href="https://apps.apple.com/fr/app/lire-entre-les-lignes/id1252269368" target="_blank">Lire entre les lignes</a>
</footer>
</body>
</html>