Sha256: 2350c1fcac88156f78113061617d4845c5efe145e86ca8b21a92826a7538b110
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 KB
Contents
<div class="row m-0"> <div class="col-md-6 mx-auto"> <div class="create-wordle text-center"> <div class="wordle-game-generator"> <div class="alert-container hide"> <span id="errorMsg"></span> </div> <form id="create-wordle-form"> <img src="/assets/images/wordle.png" alt="wordswithletters" style="width:35px; height:35px;"> <h4 class="font-weight-bolder mt-4">Make your own wordle</h4> <input autocomplete="off" type="text" class="form-control custom-word" placeholder="Enter Up to 5 Letters?" name="custom-word" required maxlength="5"> <button type="submit" class="btn generate-word-game-link">Generate Link</button> <span class="open-popup" data-toggle="modal" data-target="#exampleModal"></span> </form> </div> </div> </div> </div> <div class="modal fade modalWrapper" id="exampleModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header p-0"> <button type="button" class="close" data-dismiss="modal"> <span class="times-icon">×</span> </button> </div> <div class="modal-body text-center" style="padding:5rem 0"> <h3 class="font-weight-bolder mb-4">Share this Word's Link</h3> <div class="wordle-game-play-links"> <a style="font-size: 13px;" class="wordle-game-link"></a> <br><br> <a id="wordle-play-button" class="btn game-play-btn mt-2">Play Game</a> <button type="button" class="btn copy-btn mt-2">Copy Link</button> <!-- <button type="button" class="btn btn-primary">Play Random Word</button> --> </div> </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-1.2.8 | _includes/word-game/word-game-generator-online.html |
word-games-theme-1.2.7 | _includes/word-game/word-game-generator-online.html |