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.

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