-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocal.html
More file actions
24 lines (23 loc) · 1.35 KB
/
local.html
File metadata and controls
24 lines (23 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>JavaScript API for MINTPRESSO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="http://mintpresso.com/assets/stylesheets/bootstrap/bootstrap.css" rel="stylesheet">
<link href="http://mintpresso.com/assets/stylesheets/main.css" rel="stylesheet">
<script type="text/javascript">
(function(e,t,k,o){var n,r,i;r=e.createElement("script");r.type="text/javascript";r.async=!0;r.onload=function(){if('mintpresso' in window){return window.mintpresso.init(t,k,o);}else{console.log("Failed to load API.")}};r.src="mintpresso-0.2.js";n=e.getElementsByTagName("script")[0];return n.parentNode.insertBefore(r,n)})(document,"182b705f1-3db6-466e-9183-d30d1c4866ff",1, {withoutCallback: false, useLocalhost: true, callbackFunction: 'mintpressoInit', disableDebugCallback: false});
</script>
</head>
<body style="padding:40px;">
<h1>JavaScript API for MINTPRESSO</h1>
<pre>
{withoutCallback: false, useLocalhost: true, callbackFunction: 'mintpressoInit', disableDebugCallback: false}
</pre>
© 2013 MINTPRESSO, South Korea.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html>