diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-20 11:07:37 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-20 11:07:37 -0400 |
| commit | 413e921582d4a58c7329c70f599d2163f82db026 (patch) | |
| tree | 69088c452d5ca7525a41413f9e7f715de66498bd /flashcards.html | |
| parent | b2f9eccdd70af1123d10d3d6e70576af46002af2 (diff) | |
Docs, branding
Diffstat (limited to 'flashcards.html')
| -rw-r--r-- | flashcards.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/flashcards.html b/flashcards.html deleted file mode 100644 index 72706ab..0000000 --- a/flashcards.html +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Flashcard</title> - <link rel="stylesheet" href="style.css"> - </head> - <body> - <div id="flashcard"> - <div id="flashcard-front"></div> - <div id="flashcard-back"></div> - </div> - - <div class="status-section"> - <div id="status-info"> - No cards loaded! - </div> - <hr> - <input type="file" id="cards-input" accept=".json" /> - </div> - - <div id="button-container"> - <button id="rating-button-forgot" class="rating-button">Forgot [1]</button> - <button id="rating-button-hard" class="rating-button">Hard [2]</button> - <button id="rating-button-good" class="rating-button">Good [3]</button> - <button id="rating-button-easy" class="rating-button">Easy [4]</button> - </div> - - <div id="toast"> - </div> - - <script src="script.js"></script> - </body> -</html> |