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.

34 lines
968 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='{{ sitepath }}static/css/linx.css' media='screen, projection' rel='stylesheet' type='text/css'>
  7. <link href='{{ sitepath }}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. {% if !using_auth %}
  16. <a href="{{ sitepath }}">Upload</a> |
  17. <a href="{{ sitepath }}paste/">Paste</a> |
  18. {% endif %}
  19. <a href="{{ sitepath }}API/">API</a>
  20. </div>
  21. <h2><a href="{{ sitepath }}" title="{{ sitename }}">{{ sitename }}</a></h2>
  22. </div>
  23. {% block content %}{% endblock %}
  24. <div id="footer">
  25. <a href="https://github.com/andreimarcu/linx-server">linx</a>
  26. </div>
  27. </div>
  28. </div>
  29. </body>
  30. </html>