-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathspartan.html
More file actions
45 lines (43 loc) · 1.3 KB
/
spartan.html
File metadata and controls
45 lines (43 loc) · 1.3 KB
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 lang="en">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<title>CloudSponge Basic Installation</title>
<!-- you can delete everything above this comment, it's just here to make the helper pretty. -->
<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script type="text/javascript">
// this is where you can configure the behavior and style of the widget
// http://www.cloudsponge.com/developer/#the-contact-importer-widget
cloudsponge.init({
//sources: ['gmail','yahoo','outlookcom','office365','icloud','aol'],
// display only emails in the textarea
include: ["email"]
});
</script>
</head>
<body>
<div class="container" style="text-align: center;">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<a class="cloudsponge-launch">Add from Address Book</a><br />
</div>
</body>
</html>