Skip to content

Commit

Permalink
Update index.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperNeon authored Apr 7, 2021
1 parent edb6a46 commit e171f55
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@
&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 e171f55

Please sign in to comment.