-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.php
45 lines (45 loc) · 1.75 KB
/
index.php
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 data-wf-site="5582f9e5792714e458bb85b8" data-wf-page="5582f9e5792714e458bb85b9">
<head>
<meta charset="utf-8">
<title>Simplify PHP starter app</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/webflow.css">
<link rel="stylesheet" type="text/css" href="css/simplify-test.webflow.css">
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ["Inconsolata:400,400italic,700,700italic"]
}
});
</script>
<script type="text/javascript" src="js/modernizr.js"></script>
<link rel="apple-touch-icon" href="//daks2k3a4ib2z.cloudfront.net/img/webclip.png">
<style>
body {
font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
}
h1 {
font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
</style>
</head>
<body>
<div class="w-container message">
<div>
<h1 class="main-message">Good news! The server is up and running.</h1>
</div>
<div class="text">You can start running test payments from <a class="link" href="paymentForm.php">this payment form page.<br></a>
</div>
<div class="text">For running payments from your mobile applications, you can post <span class="code">simplifyToken</span> and <span class="code">amount</span> params to <span class="webpage">charge.php</span>.</div>
</div>
<div class="w-section footer-section">
<div class="logo-container"><img class="logo" src="images/[email protected]" width="102">
</div>
</div>
</body>
</html>