| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>CWG Markets System Maintenance Notice</title>
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <meta name="full-screen" content="yes">
- <meta name="x5-fullscreen" content="true">
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
- <link rel="stylesheet" href="css/element-ui.css">
- <style>
- body{
- margin: 0;
- }
- .Va-document {
- width: 100%;
- height: auto;
- box-sizing: border-box;
- font-size: 12px;
- }
- .content-box{
- margin: 150px 20px 0 20px;
- }
- .title-head{
- width: 100%;
- background-color: #EB3F57;
- text-align: center;
- color: #ffffff;
- line-height: 60px !important;
- font-size: 16px;
- }
- .content-box p{
- max-width: 700px;
- margin: 40px auto;
- }
- </style>
- </head>
- <body>
- <div class="container" id="unsubscribe">
- <div class="Va-document">
- <div class="title-head">
- <i class="el-icon-star-on"></i>
- <span>System Maintenance</span>
- </div>
- <div class="content-box">
- <div class="content-info">
- <div class="logo">
- <img width="200px" style="display: block;margin: 25px auto;" src="img/logo.jpg"/>
- </div>
- <p>
- <span style="font-size: 24px;font-weight: bold;">CWG Markets System Maintenance Notice</span>
- </p>
- <p>
- <span style="font-size: 18px;line-height: 40px;">To provide you with better service, CWG Markets is currently undergoing system maintenance. During this period, the system will be temporarily unavailable. We apologize for any inconvenience this may cause and appreciate your understanding and support.</span>
- </p>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|