Sha256: b93d106cddebed06d100905b855ee12500114521149419f18798f0e37c317c34
Contents?: true
Size: 1.87 KB
Versions: 5
Compression:
Stored size: 1.87 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> <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
5 entries across 5 versions & 1 rubygems