Files
news-feed-car-mode/news-app/index.html
2026-01-28 18:30:47 +00:00

14 lines
475 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📰</text></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>News Feed</title>
</head>
<body class="antialiased">
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>