Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="legacy-box orange">
  2. <div class="heading" style="background-color: blueviolet;">Player Search</div>
  3. <div class="content">
  4. <form action="/search" method="post">
  5. <div class="form-group">
  6. @csrf
  7. <input type="text" name="s9iearch">
  8. </div>
  9. </form>
  10. </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement