| <!DOCTYPE html> |
| <html lang="en" xmlns:th="http://www.w3.org/1999/xhtml"> |
| |
| <head> |
| <meta charset="UTF-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>ShenYu Gateway</title> |
| <link rel="icon" href="/favicon.png" type="image/x-icon"> |
| </head> |
| |
| <body> |
| <div id="httpPath" style="display: none" th:text="<%='$'%>{domain}">${process.env.NODE_ENV === 'production' ? '' : 'http://localhost:9095'}</div> |
| <div id="root"></div> |
| </body> |
| |
| </html> |