<!DOCTYPE HTML>
<html>
  <head>
    <title>Todo</title>
    <link rel="stylesheet" href="/stylesheets/style.css">
  </head>
  <body>
    <h1>TODO 列表</h1>
    <form action="/todos" method="POST">
      <input type="text" name="content" />
      <input type="submit" value="新增" />
    </form>
    <ul>
      
      <li>hfgh</li>
      
      <li>f g f g</li>
      
      <li></li>
      
    </ul>
  </body>
</html>
