| 12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html lang="ko" xmlns:th="http://www.thymeleaf.org">
- <!--
- *******************************************************************************
- * @source : OrderEmptyWeb.html
- * @desc : 주문/결제 Page
- *============================================================================
- * STYLE24
- * Copyright(C) 2020 TSIT, All rights reserved.
- *============================================================================
- * VER DATE AUTHOR DESCRIPTION
- * === =========== ========== =============================================
- * 1.0 2021.02.01 jsh77b 최초 작성
- *******************************************************************************
- -->
- <body>
- <script th:inline="javascript">
- var message = [[${message}]];
- alert(message);
- </script>
- </body>
- </html>
|