Contains the Concourse pipeline definition for building a line-server container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
816 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{% block title %}{{ sitename }}{% endblock %}</title>
  5. <meta charset='utf-8' content='text/html' http-equiv='content-type'>
  6. <link href='/static/css/linx.css' media='screen, projection' rel='stylesheet' type='text/css'>
  7. <link href='/static/images/favicon.gif' rel='icon' type='image/gif'>
  8. {% block head %}{% endblock %}
  9. </head>
  10. <body>
  11. <div id="container_container">
  12. <div id="container">
  13. <div id="header">
  14. <div id="navigation" class="right">
  15. <a href="/">Upload</a> |
  16. <a href="/paste/">Paste</a>
  17. </div>
  18. <h2><a href="/" title="{{ sitename }}">{{ sitename }}</a></h2>
  19. </div>
  20. {% block content %}{% endblock %}
  21. <div id="footer">
  22. <a href="https://github.com/andreimarcu/linx-server">linx</a>
  23. </div>
  24. </div>
  25. </div>
  26. </body>
  27. </html>