mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
subscribe page
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user