subscribe page

This commit is contained in:
Zsolt Ero
2024-01-18 18:25:18 +01:00
parent ef41b0be05
commit c30891a27b
2 changed files with 5 additions and 3 deletions

View File

@@ -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()

View File

@@ -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>