rss-to-email/index.html
Berry de Vos 23b68080e8
Parse html (#43)
* Parse the content html
2023-01-24 08:44:07 +01:00

13 lines
350 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="favicon.svg" />
<title>RSS to Email</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/preview/main.tsx"></script>
</body>
</html>