forked from vkarpov15/mastering-async-await
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththank-you.html
More file actions
36 lines (30 loc) · 876 Bytes
/
thank-you.html
File metadata and controls
36 lines (30 loc) · 876 Bytes
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
<html>
<head>
<link rel="stylesheet" href="/website/style.css">
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<style>
#container {
min-height: 700px;
}
</style>
<div class="left">
<img id="cover" src="/images/cover_400.png" />
</div>
<div class="right">
<h1>Thanks for Buying!</h1>
<p>
We've emailed a copy of <i>Mastering Async/Await</i> to your PayPal email.
You can also download a copy from this page as a
<a href="/bin/mastering-async-await.pdf">PDF</a> or
<a href="/bin/mastering-async-await.epub">ePub</a>.
</p>
</div>
<script
type="text/javascript"
src="https://d26b395fwzu5fz.cloudfront.net/3.5.0/keen.min.js"></script>
<script type="text/javascript" src="/website/track.js"></script>
</body>
</html>