QualeUno

Untitled

Jun 13th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Skip to content
  2. Features Business Explore Marketplace Pricing
  3. This repository
  4. Search
  5. Sign in or Sign up
  6. Watch 2 Star 0 Fork 0 Sabayon/pastebin-website
  7. Code Issues 0 Pull requests 0 Projects 0 Insights
  8. Branch: master Find file Copy pathpastebin-website/templates/pastebin/index.html
  9. e2f01a7 on Feb 11, 2011
  10. @lxnay lxnay done!
  11. 1 contributor
  12. RawBlameHistory
  13. 20 lines (19 sloc) 585 Bytes
  14. ## -*- coding: utf-8 -*-
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  16. <?xml version="1.0" encoding="iso-8859-1"?>
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18.  
  19. <%include file="/head.html"/>
  20. % if not c.page_error:
  21. <%include file="/pastebin/pastebin_js.html"/>
  22. % endif
  23. <body>
  24. <%include file="/top_wrapper.html"/>
  25. % if c.extra_css:
  26. <style type="text/css">
  27. ${c.extra_css}
  28. </style>
  29. % endif
  30. <%include file="/mid_wrapper.html"/>
  31. <%include file="/footer.html"/>
  32. </body>
  33. </html>
  34. Contact GitHub API Training Shop Blog About
  35. © 2017 GitHub, Inc. Terms Privacy Security Status Help
Add Comment
Please, Sign In to add comment