mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
17 lines
462 B
HTML
17 lines
462 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>OpenFreeMap subscribe</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>OpenFreeMap subscribe</h1>
|
|
<div class="checkout-container"></div>
|
|
<script src="subscribe.js"></script>
|
|
</body>
|
|
</html>
|