source: main/waeup.cas/trunk/waeup/cas/templates/part_header.tpl

Last change on this file was 10614, checked in by uli, 12 years ago

Omit protocol from URLs. This seems to work at least on firefox.

File size: 746 bytes
RevLine 
[10609]1    <meta charset="utf-8">
2    <meta name="viewport" content="width=device-width, initial-scale=1.0">
3    <meta name="description" content="WAeUP Central Authentication Service">
4    <meta name="author" content="WAeUP Germany">
5    <link
6       rel="stylesheet"
[10614]7       href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
[10609]8    <!-- Optional theme -->
9    <link
10       rel="stylesheet"
[10614]11       href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
[10609]12
13    <link rel="stylesheet" href="/style.css">
14    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements
15         and media queries -->
16    <!--[if lt IE 9]>
[10614]17      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
[10609]18    <![endif]-->
Note: See TracBrowser for help on using the repository browser.