default.ctp 277 B

12345678910111213
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html>
  3. <head>
  4. <title><?= $this->fetch('title'); ?></title>
  5. </head>
  6. <body>
  7. <?= $this->fetch('content'); ?>
  8. <p>This email was sent using the <a href="https://cakephp.org">CakePHP Framework</a></p>
  9. </body>
  10. </html>