2022-09-07 11:53:05 +02:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2022-09-07 18:18:51 +02:00
|
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
|
2022-09-07 18:18:51 +02:00
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
|
<title>Frontend Mentor | Pod request access landing page</title>
|
|
|
|
|
</head>
|
2022-09-07 18:18:51 +02:00
|
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
|
<body>
|
|
|
|
|
Publish your podcasts everywhere.
|
|
|
|
|
|
2022-09-07 18:18:51 +02:00
|
|
|
|
Upload your audio to Pod with a single click. We’ll then distribute your podcast to Spotify,
|
2022-09-07 11:53:05 +02:00
|
|
|
|
Apple Podcasts, Google Podcasts, Pocket Casts and more!
|
|
|
|
|
|
|
|
|
|
Request access
|
|
|
|
|
</body>
|
2022-09-07 18:18:51 +02:00
|
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
|
</html>
|