Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperNeon authored May 26, 2021
1 parent 48836e2 commit f22308c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@
&nbsp&nbsp<input type="text" id="li" name="li" value="" class="form-control"><br><br>
&nbsp&nbsp<label for="si" class="form-label">Small image</label><br>
&nbsp&nbsp<input type="text" id="si" name="si" value="" class="form-control"><br><br>
&nbsp&nbsp<label for="btncnt" class="form-label">Button Count</label><br>
&nbsp&nbsp<input type="text" id="btncnt" name="btncnt" placeholder="0-2" class="form-control"><br><br>
&nbsp&nbsp<label for="btnatxt" class="form-label">Button 1 Text</label><br>
&nbsp&nbsp<input type="text" id="btnatxt" name="btnatxt" placeholder="" class="form-control"><br><br>
&nbsp&nbsp<label for="btnatxt" class="form-label">Button 1 URL</label><br>
&nbsp&nbsp<input type="text" id="btnaurl" name="btnaurl" placeholder="" class="form-control"><br><br>
&nbsp&nbsp<label for="btnbtxt" class="form-label">Button 2 Text</label><br>
&nbsp&nbsp<input type="text" id="btnbtxt" name="btnbtxt" placeholder="" class="form-control"><br><br>
&nbsp&nbsp<label for="btnburl" class="form-label">Button 2 URL</label><br>
&nbsp&nbsp<input type="text" id="btnburl" name="btnburl" placeholder="" class="form-control"><br><br>
&nbsp&nbsp<input type="submit" value="Submit" class="btn btn-outline-success">
</form>
<script>
Expand Down

0 comments on commit f22308c

Please sign in to comment.