|
| 1 | +<!-- |
| 2 | + ~ Copyright 2014-2019 the original author or authors. |
| 3 | + ~ |
| 4 | + ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + ~ you may not use this file except in compliance with the License. |
| 6 | + ~ You may obtain a copy of the License at |
| 7 | + ~ |
| 8 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + ~ |
| 10 | + ~ Unless required by applicable law or agreed to in writing, software |
| 11 | + ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + ~ See the License for the specific language governing permissions and |
| 14 | + ~ limitations under the License. |
| 15 | + --> |
| 16 | + |
| 17 | +<!doctype html> |
| 18 | +<html class="h-full"> |
| 19 | + <head> |
| 20 | + <base href="/" th:href="${baseUrl}" /> |
| 21 | + <meta charset="utf-8" /> |
| 22 | + <meta content="width=device-width, initial-scale=1" name="viewport" /> |
| 23 | + <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> |
| 24 | + <meta content="telephone=no,email=no" name="format-detection" /> |
| 25 | + <meta content="#42d3a5" name="theme-color" /> |
| 26 | + |
| 27 | + <link |
| 28 | + rel="shortcut icon" |
| 29 | + th:href="${uiSettings.favicon}" |
| 30 | + type="image/png" |
| 31 | + /> |
| 32 | + <title th:text="${uiSettings.title}">Spring Boot Admin - Login</title> |
| 33 | + <script th:inline="javascript"> |
| 34 | + var csrf = /*[[${_csrf}]]*/ {}; |
| 35 | + var uiSettings = /*[[${uiSettings}]]*/ {}; |
| 36 | + var param = /*[[${param}]]*/ {}; |
| 37 | + </script> |
| 38 | + <script type="module" crossorigin src="./assets/login-B2h9tIKB.js"></script> |
| 39 | + <link rel="modulepreload" crossorigin href="./assets/index-DIiXKTRC.js"> |
| 40 | + <link rel="stylesheet" crossorigin href="./assets/index-ZFGUj1iQ.css"> |
| 41 | + <link rel="stylesheet" crossorigin href="./assets/login-ohsYTZfl.css"> |
| 42 | + </head> |
| 43 | + <body class="flex flex-col min-h-full h-full"> |
| 44 | + <div |
| 45 | + class="absolute w-full h-full t-0 l-0 bg-white/40 backdrop-blur-sm z-0" |
| 46 | + ></div> |
| 47 | + <section |
| 48 | + id="login" |
| 49 | + class="relative z-10 flex items-center justify-center h-full" |
| 50 | + ></section> |
| 51 | + |
| 52 | + </body> |
| 53 | +</html> |
0 commit comments