Sha256: 0a715eb3c1ebe56a4924f30fae9be083abd44564eb3ec296a7aa7aaece7ab5e6
Contents?: true
Size: 1.72 KB
Versions: 1
Compression:
Stored size: 1.72 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"> <form id="create-wordle-form"> <img src="/assets/images/wordle.png" alt="wordswithletters" style="width:35px; height:35px;"> <h4 class="font-weight-bolder mt-3">Make your own wordle</h4> <input autocomplete="off" type="text" class="form-control custom-word" placeholder="Enter custom word up to 5 letters?" name="custom-word" required> <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 py-5"> <h3 class="font-weight-bolder mb-2">Share this Word's Link</h3> <div class="wordle-game-play-links"> <a style="font-size: 13px;" class="wordle-game-link"></a> <br><br> <button type="button" class="btn copy-btn">Copy Link</button> <!-- <button type="button" class="btn btn-primary">Play Random Word</button> --> </div> </div> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-1.2.1 | _includes/word-game/word-game-generator-online.html |