<!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>My Website</title>
<!-- Opt-in widget tags here -->
<script defer src="https://cdn.txttoi.com/widget/opt-in-widget.main.
js"></script>
<link rel="stylesheet" href="https://cdn.txttoi.com/widget/opt-inwidget.main.css">
<script>
document.addEventListener('DOMContentLoaded', () => {
optInWidget.init({
// Configuration object (see below)
delay: 2000,
tenant: 'eat-at-joes',
prettyName: 'Joey's Catering',
headerBackgroundImage: 'eatatjoes.jpg',
headerLogoImage: 'joeslogo.png',
headerText: 'Sign Up for our Text Club!',
bodyDescription: 'Sign up for great offers, discounts, and
specials.',
callToAction: 'You will receive a text from 12345 asking you
to reply with your ZIP code.',
submittedDescription: 'Thanks, we can't wait to see you at
Joe's',
});
});
Don’t forget to press the save button at the bottom after generating/editing the opt-in message!
</script>
<!-- End opt-in widget tags here -->
</head>
<body>
<!-- page content -->
</body>
</html>