25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<h1>calendar testing...</h1>
|
|
<!-- Google Calendar Appointment Scheduling begin -->
|
|
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
|
|
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
|
|
<script>
|
|
(function() {
|
|
var target = document.currentScript;
|
|
window.addEventListener('load', function() {
|
|
calendar.schedulingButton.load({
|
|
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ3FXNQ60dgF-soqKcdyBUaC3N5AJCn_zuBjZMKBdo1B2z450W69kWbmayzrETjrQSxwjRKy-7oj?gv=true',
|
|
color: '#039BE5',
|
|
label: 'Book an appointment',
|
|
target,
|
|
});
|
|
});
|
|
})();
|
|
</script>
|
|
<!-- end Google Calendar Appointment Scheduling -->
|
|
|
|
<h2>use the button above, or book on this page below</h2>
|
|
<!-- Google Calendar Appointment Scheduling begin -->
|
|
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3FXNQ60dgF-soqKcdyBUaC3N5AJCn_zuBjZMKBdo1B2z450W69kWbmayzrETjrQSxwjRKy-7oj?gv=true" style="border: 0" width="100%" height="600" frameborder="0"></iframe>
|
|
<!-- end Google Calendar Appointment Scheduling -->
|
|
|