Skip to content

Commit

Permalink
subscribe page
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 18, 2024
1 parent ef41b0b commit c30891a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions website/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def copy_assets():
]:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)

shutil.copyfile('subscribe.html', OUT_DIR / 'subscribe.html')


def make_static_page(page_str, title):
page_md = open(f'blocks/{page_str}.md').read()
Expand Down
6 changes: 3 additions & 3 deletions website/subscribe.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>
<script type="text/javascript">
Paddle.Setup({
token: 'live_69ccb2c84631cfdc44e78975c88'
});
token: 'live_69ccb2c84631cfdc44e78975c88',
})
</script>
</head>

<body>
<div></div>
<h1>OpenFreeMap subscribe</h1>
</body>
</html>

0 comments on commit c30891a

Please sign in to comment.