1
13693261870
2022-09-16 58d012f11dd34564d81b4eb3a6099eb689876597
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
 
    <title th:insert="::title">CAS - Central Authentication Service</title>
 
    <link rel="stylesheet" th:href="@{${#themes.code('standard.custom.css.file')}}" />
 
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
 
    <link rel="icon" th:href="@{/favicon.ico}" type="image/x-icon"/>
 
    <script th:inline="javascript">
        /*<![CDATA[*/
        
        var trackGeoLocation = /*[[${trackGeoLocation}]]*/ === "true";
        
        /*]]>*/
    </script>
</head>