Simple image host.
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.

head.html 725B

1234567891011121314
  1. <title>{{conf#title}} - {{env#view}}</title>
  2. <meta charset="utf-8">
  3. <meta name="viewport" content="width=device-width">
  4. <link rel="stylesheet" href="/global.css?{{conf#current_run}}">
  5. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  6. <link rel="stylesheet" href="/{{env#view}}/style.css?{{conf#current_run}}">
  7. <script src="https://code.jquery.com/jquery-2.1.4.min.js" defer></script>
  8. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" defer></script>
  9. <script src="/global.js?{{conf#current_run}}" defer></script>
  10. <script src="/{{env#view}}/script.js?{{conf#current_run}}" defer></script>
  11. {{conf#use_owa ? template#open-web-analytics : ''}}