Advertisement
str-wrs

Updates Tab: Palace (2)

Jun 7th, 2016
7,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <div class="upd_hold">
  2. <div class="upd">
  3.  
  4. <!-- main title: please do not edit -->
  5. <nav><h1><i class="fa fa-bars"></i> Updates</h1></nav>
  6.  
  7. <!-- example links box -->
  8. <nav>
  9. <h3><i class="fa fa-star"></i> title</h3>
  10. <a href="/url">lorem</a>
  11. <a href="/url">ipsum</a>
  12. <a href="/url">dolor</a>
  13. </nav>
  14.  
  15. <!-- example text box -->
  16. <nav>
  17. <h3><i class="fa fa-heart"></i> title</h3>
  18. <p>some text can go here</p>
  19. </nav>
  20.  
  21. <!-- search form: please do not edit -->
  22. <nav><h3><i class="fa fa-search"></i> search</h3><form action="/search" class="search-form" method="get"><input type="text" name="q" placeholder="Search this blog..." value="{SearchQuery}"/></form></nav>
  23.  
  24. </div>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement