1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport"
- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
- <meta name='apple-touch-fullscreen' content='yes'>
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta content="fullscreen=yes,preventMove=no" name="ML-Config">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="renderer" content="webkit">
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="keywords" content="电子烟,关键字" />
- <meta name="Description" content="网站描述" />
- <title>payment</title>
- <link rel="stylesheet" href="/assets/index/css/payError.css">
- </head>
- <body>
- <section class="sectionBox">
- <div class="container">
- <i class="icon">✖</i>
- <h1>{$notice}</h1>
- <p>An error occurred, please try again later.</p>
- <a href="/index/index/index.html" class="btn">Return to store</a>
- </div>
- </section>
- </body>
- <script src="/assets/index/js/jquery-1.12.0.js"></script>
- <script src="/assets/index/js/flexible.js"></script>
- <script src="/assets/index/js/public.js?t=11"></script>
- </html>
|