todo/public/index.html (15 lines of code) (raw):

<!doctype html> <html lang="en" data-framework="relay"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Relay • TodoMVC</title> <link rel="stylesheet" href="base.css"> <link rel="stylesheet" href="index.css"> </head> <body> <div id="root"></div> <script src="http://localhost:3000/webpack-dev-server.js"></script> <script src="js/app.js"></script> </body> </html>