[READ-ONLY] Mirror of https://github.com/danielroe/react-summit-2025. react-summit-2025.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

react-summit-2025 / index.html
308 B 15 lines
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <title>Hello React Summit 2025</title> 8</head> 9 10<body> 11 <main id="root" class="container"></main> 12 <script type="module" src="./app/client"></script> 13</body> 14 15</html>