hackernews_radio / index.html
engineera1's picture
Initial React upload
80be4da
Raw
History Blame Contribute Delete
405 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HN Radio - Listen to Hacker News</title>
<script type="module">
import '/src/app/globals.css';
import 'virtual:rari-entry-client';
</script>
</head>
<body class="min-h-screen bg-white-950 text-black-100">
<div id="root" />
</body>
</html>