Advertisement
Guest User

Untitled

a guest
May 25th, 2019
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
  4. <head>
  5. <!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  7. <meta content="width=device-width" name="viewport"/>
  8. <!--[if !mso]><!-->
  9. <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  10. <!--<![endif]-->
  11. <title></title>
  12. <!--[if !mso]><!-->
  13. <!--<![endif]-->
  14. <style type="text/css">
  15.         body {
  16.             margin: 0;
  17.             padding: 0;
  18.         }
  19.  
  20.         table,
  21.         td,
  22.         tr {
  23.             vertical-align: top;
  24.             border-collapse: collapse;
  25.         }
  26.  
  27.         * {
  28.             line-height: inherit;
  29.         }
  30.  
  31.         a[x-apple-data-detectors=true] {
  32.             color: inherit !important;
  33.             text-decoration: none !important;
  34.         }
  35.  
  36.         .ie-browser table {
  37.             table-layout: fixed;
  38.         }
  39.  
  40.         [owa] .img-container div,
  41.         [owa] .img-container button {
  42.             display: block !important;
  43.         }
  44.  
  45.         [owa] .fullwidth button {
  46.             width: 100% !important;
  47.         }
  48.  
  49.         [owa] .block-grid .col {
  50.             display: table-cell;
  51.             float: none !important;
  52.             vertical-align: top;
  53.         }
  54.  
  55.         .ie-browser .block-grid,
  56.         .ie-browser .num12,
  57.         [owa] .num12,
  58.         [owa] .block-grid {
  59.             width: 500px !important;
  60.         }
  61.  
  62.         .ie-browser .mixed-two-up .num4,
  63.         [owa] .mixed-two-up .num4 {
  64.             width: 164px !important;
  65.         }
  66.  
  67.         .ie-browser .mixed-two-up .num8,
  68.         [owa] .mixed-two-up .num8 {
  69.             width: 328px !important;
  70.         }
  71.  
  72.         .ie-browser .block-grid.two-up .col,
  73.         [owa] .block-grid.two-up .col {
  74.             width: 246px !important;
  75.         }
  76.  
  77.         .ie-browser .block-grid.three-up .col,
  78.         [owa] .block-grid.three-up .col {
  79.             width: 246px !important;
  80.         }
  81.  
  82.         .ie-browser .block-grid.four-up .col [owa] .block-grid.four-up .col {
  83.             width: 123px !important;
  84.         }
  85.  
  86.         .ie-browser .block-grid.five-up .col [owa] .block-grid.five-up .col {
  87.             width: 100px !important;
  88.         }
  89.  
  90.         .ie-browser .block-grid.six-up .col,
  91.         [owa] .block-grid.six-up .col {
  92.             width: 83px !important;
  93.         }
  94.  
  95.         .ie-browser .block-grid.seven-up .col,
  96.         [owa] .block-grid.seven-up .col {
  97.             width: 71px !important;
  98.         }
  99.  
  100.         .ie-browser .block-grid.eight-up .col,
  101.         [owa] .block-grid.eight-up .col {
  102.             width: 62px !important;
  103.         }
  104.  
  105.         .ie-browser .block-grid.nine-up .col,
  106.         [owa] .block-grid.nine-up .col {
  107.             width: 55px !important;
  108.         }
  109.  
  110.         .ie-browser .block-grid.ten-up .col,
  111.         [owa] .block-grid.ten-up .col {
  112.             width: 60px !important;
  113.         }
  114.  
  115.         .ie-browser .block-grid.eleven-up .col,
  116.         [owa] .block-grid.eleven-up .col {
  117.             width: 54px !important;
  118.         }
  119.  
  120.         .ie-browser .block-grid.twelve-up .col,
  121.         [owa] .block-grid.twelve-up .col {
  122.             width: 50px !important;
  123.         }
  124.     </style>
  125. <style id="media-query" type="text/css">
  126.         @media only screen and (min-width: 520px) {
  127.             .block-grid {
  128.                 width: 500px !important;
  129.             }
  130.  
  131.             .block-grid .col {
  132.                 vertical-align: top;
  133.             }
  134.  
  135.             .block-grid .col.num12 {
  136.                 width: 500px !important;
  137.             }
  138.  
  139.             .block-grid.mixed-two-up .col.num3 {
  140.                 width: 123px !important;
  141.             }
  142.  
  143.             .block-grid.mixed-two-up .col.num4 {
  144.                 width: 164px !important;
  145.             }
  146.  
  147.             .block-grid.mixed-two-up .col.num8 {
  148.                 width: 328px !important;
  149.             }
  150.  
  151.             .block-grid.mixed-two-up .col.num9 {
  152.                 width: 369px !important;
  153.             }
  154.  
  155.             .block-grid.two-up .col {
  156.                 width: 250px !important;
  157.             }
  158.  
  159.             .block-grid.three-up .col {
  160.                 width: 166px !important;
  161.             }
  162.  
  163.             .block-grid.four-up .col {
  164.                 width: 125px !important;
  165.             }
  166.  
  167.             .block-grid.five-up .col {
  168.                 width: 100px !important;
  169.             }
  170.  
  171.             .block-grid.six-up .col {
  172.                 width: 83px !important;
  173.             }
  174.  
  175.             .block-grid.seven-up .col {
  176.                 width: 71px !important;
  177.             }
  178.  
  179.             .block-grid.eight-up .col {
  180.                 width: 62px !important;
  181.             }
  182.  
  183.             .block-grid.nine-up .col {
  184.                 width: 55px !important;
  185.             }
  186.  
  187.             .block-grid.ten-up .col {
  188.                 width: 50px !important;
  189.             }
  190.  
  191.             .block-grid.eleven-up .col {
  192.                 width: 45px !important;
  193.             }
  194.  
  195.             .block-grid.twelve-up .col {
  196.                 width: 41px !important;
  197.             }
  198.         }
  199.  
  200.         @media (max-width: 520px) {
  201.  
  202.             .block-grid,
  203.             .col {
  204.                 min-width: 320px !important;
  205.                 max-width: 100% !important;
  206.                 display: block !important;
  207.             }
  208.  
  209.             .block-grid {
  210.                 width: 100% !important;
  211.             }
  212.  
  213.             .col {
  214.                 width: 100% !important;
  215.             }
  216.  
  217.             .col>div {
  218.                 margin: 0 auto;
  219.             }
  220.  
  221.             img.fullwidth,
  222.             img.fullwidthOnMobile {
  223.                 max-width: 100% !important;
  224.             }
  225.  
  226.             .no-stack .col {
  227.                 min-width: 0 !important;
  228.                 display: table-cell !important;
  229.             }
  230.  
  231.             .no-stack.two-up .col {
  232.                 width: 50% !important;
  233.             }
  234.  
  235.             .no-stack .col.num4 {
  236.                 width: 33% !important;
  237.             }
  238.  
  239.             .no-stack .col.num8 {
  240.                 width: 66% !important;
  241.             }
  242.  
  243.             .no-stack .col.num4 {
  244.                 width: 33% !important;
  245.             }
  246.  
  247.             .no-stack .col.num3 {
  248.                 width: 25% !important;
  249.             }
  250.  
  251.             .no-stack .col.num6 {
  252.                 width: 50% !important;
  253.             }
  254.  
  255.             .no-stack .col.num9 {
  256.                 width: 75% !important;
  257.             }
  258.  
  259.             .video-block {
  260.                 max-width: none !important;
  261.             }
  262.  
  263.             .mobile_hide {
  264.                 min-height: 0px;
  265.                 max-height: 0px;
  266.                 max-width: 0px;
  267.                 display: none;
  268.                 overflow: hidden;
  269.                 font-size: 0px;
  270.             }
  271.  
  272.             .desktop_hide {
  273.                 display: block !important;
  274.                 max-height: none !important;
  275.             }
  276.         }
  277.     </style>
  278. </head>
  279. <body class="clean-body" style="margin: 0; padding: 0; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;">
  280. <style id="media-query-bodytag" type="text/css">
  281. @media (max-width: 520px) {
  282.   .block-grid {
  283.     min-width: 320px!important;
  284.     max-width: 100%!important;
  285.     width: 100%!important;
  286.     display: block!important;
  287.   }
  288.   .col {
  289.     min-width: 320px!important;
  290.     max-width: 100%!important;
  291.     width: 100%!important;
  292.     display: block!important;
  293.   }
  294.   .col > div {
  295.     margin: 0 auto;
  296.   }
  297.   img.fullwidth {
  298.     max-width: 100%!important;
  299.     height: auto!important;
  300.   }
  301.   img.fullwidthOnMobile {
  302.     max-width: 100%!important;
  303.     height: auto!important;
  304.   }
  305.   .no-stack .col {
  306.     min-width: 0!important;
  307.     display: table-cell!important;
  308.   }
  309.   .no-stack.two-up .col {
  310.     width: 50%!important;
  311.   }
  312.   .no-stack.mixed-two-up .col.num4 {
  313.     width: 33%!important;
  314.   }
  315.   .no-stack.mixed-two-up .col.num8 {
  316.     width: 66%!important;
  317.   }
  318.   .no-stack.three-up .col.num4 {
  319.     width: 33%!important
  320.   }
  321.   .no-stack.four-up .col.num3 {
  322.     width: 25%!important
  323.   }
  324. }
  325. </style>
  326. <!--[if IE]><div class="ie-browser"><![endif]-->
  327. <table bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" class="nl-container" role="presentation" style="table-layout: fixed; vertical-align: top; min-width: 320px; Margin: 0 auto; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #FFFFFF; width: 100%;" valign="top" width="100%">
  328. <tbody>
  329. <tr style="vertical-align: top;" valign="top">
  330. <td style="word-break: break-word; vertical-align: top; border-collapse: collapse;" valign="top">
  331. <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" style="background-color:#FFFFFF"><![endif]-->
  332. <div style="background-color:transparent;">
  333. <div class="block-grid" style="Margin: 0 auto; min-width: 320px; max-width: 500px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;;">
  334. <div style="border-collapse: collapse;display: table;width: 100%;background-color:transparent;">
  335. <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:transparent;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:500px"><tr class="layout-full-width" style="background-color:transparent"><![endif]-->
  336. <!--[if (mso)|(IE)]><td align="center" width="500" style="background-color:transparent;width:500px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;"><![endif]-->
  337. <div class="col num12" style="min-width: 320px; max-width: 500px; display: table-cell; vertical-align: top;;">
  338. <div style="width:100% !important;">
  339. <!--[if (!mso)&(!IE)]><!-->
  340. <div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;">
  341. <!--<![endif]-->
  342. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
  343. <div style="color:#555555;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
  344. <p style="font-size: 12px; line-height: 19px; text-align: right; color: #555555; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; margin: 0;"><span style="font-size: 16px;"><strong>App Store</strong></span></p>
  345. <p style="font-size: 12px; line-height: 14px; text-align: left; color: #555555; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; margin: 0;"><span style="font-size: 12px; line-height: 14px;"><strong>Order Number: ##random_letterupp_5##54171</strong></span></p>
  346. <p style="font-size: 12px; line-height: 14px; text-align: left; color: #555555; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; margin: 0;"><span style="font-size: 12px; line-height: 14px;"><strong>Refference ID : ID##random_number_5##N</strong></span></p>
  347. <p style="font-size: 12px; line-height: 14px; text-align: left; color: #555555; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; margin: 0;"><span style="font-size: 12px; line-height: 14px;"><strong>Payment Status: PAID</strong></span></p>
  348. </div>
  349. <!--[if mso]></td></tr></table><![endif]-->
  350. <table border="0" cellpadding="0" cellspacing="0" class="divider" role="presentation" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" valign="top" width="100%">
  351. <tbody>
  352. <tr style="vertical-align: top;" valign="top">
  353. <td class="divider_inner" style="word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-collapse: collapse;" valign="top">
  354. <table align="center" border="0" cellpadding="0" cellspacing="0" class="divider_content" role="presentation" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-top: 1px solid #BBBBBB;" valign="top" width="100%">
  355. <tbody>
  356. <tr style="vertical-align: top;" valign="top">
  357. <td style="word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse;" valign="top"><span></span></td>
  358. </tr>
  359. </tbody>
  360. </table>
  361. </td>
  362. </tr>
  363. </tbody>
  364. </table>
  365. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
  366. <div style="color:#555555;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
  367. <div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #555555;">
  368. <p style="font-size: 14px; line-height: 16px; text-align: center; margin: 0;"><strong><span style="font-size: 17px; line-height: 20px; color: #999999; mso-ansi-font-size: 18px;">Receipt Purchase</span></strong></p>
  369. </div>
  370. </div>
  371. <!--[if mso]></td></tr></table><![endif]-->
  372. <div align="center" class="img-container center fixedwidth" style="padding-right: 0px;padding-left: 0px;">
  373. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 0px;padding-left: 0px;" align="center"><![endif]--><img align="center" alt="Image" border="0" class="center fixedwidth" src="C:\Users\Administrator\Downloads\index.jpeg" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; border: 0; height: auto; float: none; width: 100%; max-width: 100px; display: block;" title="Image" width="100"/>
  374. <!--[if mso]></td></tr></table><![endif]-->
  375. </div>
  376. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
  377. <div style="color:#555555;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
  378. <div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #555555;">
  379. <p style="font-size: 14px; line-height: 16px; margin: 0;"><strong>Fornite Battle Royale - 1.000 V-Buks</strong></p>
  380. </div>
  381. </div>
  382. <!--[if mso]></td></tr></table><![endif]-->
  383. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
  384. <div style="color:#555555;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
  385. <div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #555555;">Dear customer,<br/>You have made the following purchase with details:<strong>App Fornite Battle Royale</strong></div>
  386. <div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #555555;"><br/><strong>Content Provider:</strong> Epic Games<br/><strong>Date:</strong> Friday, May 24, 2019<br/><strong>Items:</strong> 1.000 V-Buks<br/><strong>Price:</strong> $45<br/><strong>Payment Method:</strong> Credit Card Linked</div>
  387. </div>
  388. <!--[if mso]></td></tr></table><![endif]-->
  389. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
  390. <div style="color:#555555;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
  391. <div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #555555;">
  392. <p style="font-size: 14px; line-height: 16px; margin: 0;">This is a notification you recently ordered on an Apple ID<br/>If you don't make a purchase or you believe an d person has accessed your account, you must cancel the purchase as soon as possible,</p>
  393. <p style="font-size: 14px; line-height: 16px; margin: 0;"> </p>
  394. <p style="font-size: 14px; line-height: 16px; margin: 0;">To cancel your purchase within 24 hours of receiving this invoice, go to <a href="http://x.co/6nq3I" rel="noopener" style="text-decoration: underline; color: #0068A5;" target="_blank">Cancel and Manage Orders</a><br/>Sincerely,</p>
  395. <p style="font-size: 14px; line-height: 16px; margin: 0;"> </p>
  396. <p style="font-size: 14px; line-height: 14px; margin: 0;"><span style="font-size: 12px;"><strong>App Store</strong></span></p>
  397. </div>
  398. </div>
  399. <!--[if mso]></td></tr></table><![endif]-->
  400. <div align="center" class="img-container center fixedwidth" style="padding-right: 0px;padding-left: 0px;">
  401. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 0px;padding-left: 0px;" align="center"><![endif]--><img align="center" alt="Image" border="0" class="center fixedwidth" src="C:\Users\Administrator\Downloads\su.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; clear: both; border: 0; height: auto; float: none; width: 100%; max-width: 100px; display: block;" title="Image" width="100"/>
  402. <!--[if mso]></td></tr></table><![endif]-->
  403. </div>
  404. <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Arial, sans-serif"><![endif]-->
  405. <div style="color:#555555;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
  406. <div style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #555555;">
  407. <p style="font-size: 14px; line-height: 16px; text-align: center; margin: 0;"><strong>Copyright © 2019. AppIe Inc.</strong><br/><strong> All rights reserved.</strong></p>
  408. </div>
  409. </div>
  410. <!--[if mso]></td></tr></table><![endif]-->
  411. <!--[if (!mso)&(!IE)]><!-->
  412. </div>
  413. <!--<![endif]-->
  414. </div>
  415. </div>
  416. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  417. <!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
  418. </div>
  419. </div>
  420. </div>
  421. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  422. </td>
  423. </tr>
  424. </tbody>
  425. </table>
  426. <!--[if (IE)]></div><![endif]-->
  427. </body>
  428. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement