One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Title</title> | |
| </head> | |
| <body> | |
| <a style="background:#019CDE;color:#ffffff;padding:10px 25px;text-decoration:none;border-radius:4px" href="" >Pay with PayPal</a> | |
| </body> | |
| </html> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
| <meta charset="UTF-8"> | |
| <title>Wristbands | New Year Greetings 2017</title> | |
| <link href="https://fonts.googleapis.com/css?family=Luckiest+Guy" rel="stylesheet"> | |
| <style> | |
| body{ | |
| font-family: Helvetica, Arial, sans-serif; |
| <!doctype html> | |
| <html class="no-js" lang=""> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="apple-touch-icon" href="apple-touch-icon.png"> |
| switch (new Date().getDay()){ | |
| case 0: | |
| day = "Saterday"; | |
| break; | |
| case 1: | |
| day = "Sunday"; | |
| break; | |
| case 2: | |
| day = "Monday"; | |
| break; |
| let day; | |
| switch (new Date().getDay()) { | |
| case 0: | |
| day = "Saterday"; | |
| break; | |
| case 1: | |
| day = "Sunday"; | |
| break; | |
| case 2: | |
| day = "Monday"; |
| // DATE | |
| var d1 = new Date(); | |
| console.log(d1.toTimeString()); | |
| var d2 = new Date(); | |
| console.log(d2.toDateString()); |
| Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, tempora. Mollitia vitae veritatis quas culpa eligendi impedit illum molestiae voluptatem dignissimos quod vel, quo enim, aliquam distinctio repellendus neque autem. Sed nisi ipsa accusantium facere ullam odit inventore itaque porro, fuga obcaecati reprehenderit corrupti odio aspernatur provident mollitia eos debitis repellat sint, placeat quibusdam laudantium voluptates nesciunt unde in autem. Corporis modi sunt qui laboriosam excepturi nesciunt eius necessitatibus nam doloribus magni dolore aspernatur quisquam dolorum, error incidunt, quae ad et. Modi inventore laborum accusantium explicabo magnam perferendis officiis totam quisquam quasi eius recusandae ab sapiente provident beatae nobis tenetur, culpa amet debitis adipisci eum. Corrupti incidunt maiores corporis mollitia facilis at illo, sint dolores debitis facere laudantium odio eligendi magnam odit quae quam, repellendus adipisci cum. Est omnis consequatur voluptas provident ullam. Quibu |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Wristbands House</title> | |
| <style> | |
| .mySvg svg{ | |
| width: 100%; | |
| border-radius: 5px; |