<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Express • TodoMVC</title> <link rel="stylesheet" href="/css/base.css"> <link rel="stylesheet" href="/css/index.css"> <link rel="stylesheet" href="/css/home.css"> </head> <body> <section class="todohome"> <header> <h1>todos</h1> </header> <section> <h2>todos helps you get things done</h2> <a class="button" href="/login">Sign in</a> </section> </section> <footer class="info"> <p>Created by <a href="https://www.jaredhanson.me">Jared Hanson</a></p> <p>Part of <a href="https://todomvc.com">TodoMVC</a></p> <p>Authentication powered by <a href="https://www.passportjs.org">Passport</a></p> </footer> </body> </html>