Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Ship To It - Company Packing List</title>
- <link href="https://fonts.googleapis.com/css?family=Lato: 100,300,400,700|Luckiest+Guy|Oxygen:300,400" rel="stylesheet">
- <link href="style.css" type="text/css" rel="stylesheet">
- </head>
- <body>
- <table>
- <tr>
- <th>Monday</th>
- <th>Tuesday</th>
- <th>Wednesday</th>
- </tr>
- <tr>
- <td colspan="2">Out of Town</td>
- <td>Back in Town</td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement