# timetics/1.0.16/templates/emails/email-header.php

Timetics – Appointment Booking Calendar &amp; Scheduling, version 1.0.16. 10 lines.

- Page: https://pluginprobe.com/plugins/timetics/1.0.16/code/templates/emails/email-header.php
- Raw: https://pluginprobe.com/plugins/timetics/1.0.16/raw/templates/emails/email-header.php
- Modified: 2024-01-03T04:11:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/timetics/1.0.16/code/templates/emails/email-header.php#L10-L20`.

```php
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title><?php echo esc_html( get_bloginfo( 'name' ) ); ?></title>
    </head>
    <body>
        <div class="template-container">
```
