Advertisement
vojd

Untitled

Jul 10th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.57 KB | None | 0 0
  1. {% block sectiontitle %}
  2. <section id="video-container">
  3.     <div>
  4.         <a href="javascript:;" class="swipe left"></a>
  5.         <a href="javascript:;" class="swipe right"></a>
  6.     </div>
  7.     <ul>
  8.         <li id="asdf01">
  9.             <img src="{{ STATIC_URL }}img/tmp_video.png" alt="" />
  10.         </li>
  11.         <li id="asdf02">
  12.             <img src="{{ STATIC_URL }}img/tmp_video.png" alt="" />
  13.         </li>
  14.         <li id="asdf03">
  15.             <img src="{{ STATIC_URL }}img/tmp_video.png" alt="" />
  16.         </li>
  17.     </ul>
  18. </section>
  19. {% endblock %}
  20. {% endcomment %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement