-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathexample.html
45 lines (34 loc) · 1.32 KB
/
example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>AddEvent</title>
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<meta name="Author" content="AddEvent" />
<meta charset="utf-8" />
<!-- Just for demo -->
<link rel="stylesheet" href="https://cdn.addevent.com/libs/atc/themes/button-demo-t1.css" type="text/css" media="all" />
</head>
<body>
<!-- Center element (just for purpose of this demo) -->
<div class="tab">
<div class="cel">
<!-- Include: AddEvent theme css -->
<link rel="stylesheet" href="https://cdn.addevent.com/libs/atc/themes/fff-theme-1/theme.css" type="text/css" media="all" />
<!-- Include: AddEvent JS file -->
<script type="text/javascript" src="https://cdn.addevent.com/libs/atc/1.6.1/atc.min.js"></script>
<!-- AddEvent button -->
<div title="Add to Calendar" class="addeventatc" data-styling="none">
Add to Calendar
<span class="addeventatc_icon"></span>
<span class="start">06/18/2022 09:00 AM</span>
<span class="end">06/18/2022 11:00 AM</span>
<span class="timezone">Europe/Paris</span>
<span class="title">Summary of the event</span>
<span class="description">Description of the event</span>
<span class="location">Location of the event</span>
</div>
</div>
</div>
</body>
</html>