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.

35 lines
1.0 KiB

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/css/hint.css' rel='stylesheet' type='text/css'>
  8. <link href='{{ sitepath }}static/images/favicon.gif' rel='icon' type='image/gif'>
  9. {% block head %}{% endblock %}
  10. </head>
  11. <body>
  12. <div id="container_container">
  13. <div id="container">
  14. <div id="header">
  15. <div id="navigation" class="right">
  16. {% if !using_auth %}
  17. <a href="{{ sitepath }}">Upload</a> |
  18. <a href="{{ sitepath }}paste/">Paste</a> |
  19. {% endif %}
  20. <a href="{{ sitepath }}API/">API</a>
  21. </div>
  22. <h2><a href="{{ sitepath }}" title="{{ sitename }}">{{ sitename }}</a></h2>
  23. </div>
  24. {% block content %}{% endblock %}
  25. <div id="footer">
  26. <a href="https://github.com/andreimarcu/linx-server">linx</a>
  27. </div>
  28. </div>
  29. </div>
  30. </body>
  31. </html>