This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const sortItems = () => { | |
| const items = [ | |
| { | |
| id: 1, | |
| name: "Onion", | |
| checked: true, | |
| }, | |
| { | |
| id: 2, | |
| name: "Paper", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="invoiceholder"> | |
| <div id="headerimage"></div> | |
| <div id="invoice" class="effect2"> | |
| <div id="invoice-top"> | |
| <div class="logo"></div> | |
| <div class="info"> | |
| <h2>Michael Truong</h2> | |
| <p> [email protected] </br> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title> Order confirmation </title> | |
| <meta name="robots" content="noindex,nofollow" /> | |
| <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> | |
| <style type="text/css"> | |
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); | |
| body { margin: 0; padding: 0; background: #e1e1e1; } | |
| div, p, a, li, td { -webkit-text-size-adjust: none; } | |
| .ReadMsgBody { width: 100%; background-color: #ffffff; } |
OlderNewer